Dependency Information

Apache Maven

<dependency>
  <groupId>gov.nist.secauto.decima</groupId>
  <artifactId>decima-module</artifactId>
  <version>0.7.1</version>
</dependency>

Apache Buildr

'gov.nist.secauto.decima:decima-module:jar:0.7.1'

Apache Ivy

<dependency org="gov.nist.secauto.decima" name="decima-module" rev="0.7.1">
  <artifact name="decima-module" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='gov.nist.secauto.decima', module='decima-module', version='0.7.1')
)

Gradle/Grails

compile 'gov.nist.secauto.decima:decima-module:0.7.1'

Scala SBT

libraryDependencies += "gov.nist.secauto.decima" % "decima-module" % "0.7.1"

Leiningen

[gov.nist.secauto.decima/decima-module "0.7.1"]