Skip to content
Sarala M. Wimalaratne edited this page Mar 31, 2015 · 9 revisions

Running the lib-metadata package using the command line

Using maven to access lib-metadata package

  • 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.