-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Sarala M. Wimalaratne edited this page Mar 31, 2015
·
9 revisions
- Download lib-metadata-1.0-SNAPSHOT-jar-with-dependencies.jar file from dist folder at https://github.com/pharmml/lib-metadata/tree/master/dist
- Run the jar file
java -jar lib-metadata-1.0-SNAPSHOT-jar-with-dependencies.jar
- Add EBI maven repository to the repository list
<repository>
<id>ebi-repo</id>
<name>EBI Repository</name>
<url>http://www.ebi.ac.uk/~maven/m2repo/</url>
</repository>
<repository>
<id>ebi-repo-snapshots</id>
<name>EBI Snapshot Repository</name>
<url>http://www.ebi.ac.uk/~maven/m2repo_snapshots/</url>
</repository>
- Add lib-metadata to your dependency list
<dependency>
<groupId>eu.ddmore.metadata</groupId>
<artifactId>lib-metadata</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Please note that the lib-metadata is only available in the snapshot repository.