Parent Directory
|
Revision Log
Add IO infrastructure; and partial write implementation
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | <modelVersion>4.0.0</modelVersion> |
4 | <groupId>cfa.vao</groupId> |
5 | <artifactId>speclib</artifactId> |
6 | <version>1.0-SNAPSHOT</version> |
7 | <packaging>jar</packaging> |
8 | <name>speclib</name> |
9 | <dependencies> |
10 | <dependency> |
11 | <groupId>junit</groupId> |
12 | <artifactId>junit</artifactId> |
13 | <version>4.0</version> |
14 | <scope>test</scope> |
15 | </dependency> |
16 | <dependency> |
17 | <groupId>stil</groupId> |
18 | <artifactId>stil</artifactId> |
19 | <version>3.0-10</version> |
20 | </dependency> |
21 | </dependencies> |
22 | </project> |
msdemlei@ari.uni-heidelberg.de | ViewVC Help |
Powered by ViewVC 1.1.26 |