Dependency Information
Apache Maven
<dependency> <groupId>org.lsst</groupId> <artifactId>org-lsst-ccs-bootstrap</artifactId> <version>3.1.2</version> </dependency>
Apache Buildr
'org.lsst:org-lsst-ccs-bootstrap:jar:3.1.2'
Apache Ivy
<dependency org="org.lsst" name="org-lsst-ccs-bootstrap" rev="3.1.2"> <artifact name="org-lsst-ccs-bootstrap" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='org.lsst', module='org-lsst-ccs-bootstrap', version='3.1.2') )
Gradle/Grails
compile 'org.lsst:org-lsst-ccs-bootstrap:3.1.2'
Scala SBT
libraryDependencies += "org.lsst" % "org-lsst-ccs-bootstrap" % "3.1.2"
Leiningen
[org.lsst/org-lsst-ccs-bootstrap "3.1.2"]