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