Dependency Information
Apache Maven
<dependency> <groupId>ca.bc.gov.open.cpf.plugins</groupId> <artifactId>test</artifactId> <version>6.1.x-SNAPSHOT</version> </dependency>
Apache Buildr
'ca.bc.gov.open.cpf.plugins:test:jar:6.1.x-SNAPSHOT'
Apache Ivy
<dependency org="ca.bc.gov.open.cpf.plugins" name="test" rev="6.1.x-SNAPSHOT"> <artifact name="test" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='ca.bc.gov.open.cpf.plugins', module='test', version='6.1.x-SNAPSHOT') )
Gradle/Grails
compile 'ca.bc.gov.open.cpf.plugins:test:6.1.x-SNAPSHOT'
Scala SBT
libraryDependencies += "ca.bc.gov.open.cpf.plugins" % "test" % "6.1.x-SNAPSHOT"
Leiningen
[ca.bc.gov.open.cpf.plugins/test "6.1.x-SNAPSHOT"]