[Biojava-l] maven question
Daniel Quest
daniel.quest at gmail.com
Thu Jul 21 17:47:53 UTC 2011
Hey all,
not sure what the maven dependancy should be to get biojava to work in a
maven project.
I tried:
<dependencies>
<dependency>
<groupId>org.biojava</groupId>
<artifactId>biojava</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>
But that does not appear to be working in intellij
I did do:
<repositories>
<repository>
<id>biojava-maven-repo</id>
<name>BioJava repository</name>
<url>http://www.biojava.org/download/maven/</url>
</repository>
</repositories>
does someone have an example pom.xml file for projects that use BioJava?
Thanks
-Daniel
More information about the Biojava-l
mailing list