Dependency Information

Apache Maven

<dependency>
  <groupId>gov.bnl.channelfinder</groupId>
  <artifactId>ChannelFinderService</artifactId>
  <version>1.1.2-SNAPSHOT</version>
  <type>war</type>
</dependency>

Apache Buildr

'gov.bnl.channelfinder:ChannelFinderService:war:1.1.2-SNAPSHOT'

Apache Ant

<dependency org="gov.bnl.channelfinder" name="ChannelFinderService" rev="1.1.2-SNAPSHOT">
  <artifact name="ChannelFinderService" type="war" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='gov.bnl.channelfinder', module='ChannelFinderService', version='1.1.2-SNAPSHOT')
)

Grails

compile 'gov.bnl.channelfinder:ChannelFinderService:1.1.2-SNAPSHOT'

Leiningen

[gov.bnl.channelfinder/ChannelFinderService "1.1.2-SNAPSHOT"]

SBT

libraryDependencies += "gov.bnl.channelfinder" %% "ChannelFinderService" % "1.1.2-SNAPSHOT"