Dependency Information

Apache Maven

<dependency>
  <groupId>org.biojava3</groupId>
  <artifactId>integrationtest</artifactId>
  <version>3.0.5</version>
</dependency>

Apache Buildr

'org.biojava3:integrationtest:jar:3.0.5'

Apache Ant

<dependency org="org.biojava3" name="integrationtest" rev="3.0.5">
  <artifact name="integrationtest" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.biojava3', module='integrationtest', version='3.0.5')
)

Grails

compile 'org.biojava3:integrationtest:3.0.5'

Leiningen

[org.biojava3/integrationtest "3.0.5"]

SBT

libraryDependencies += "org.biojava3" %% "integrationtest" % "3.0.5"