Dependency Information

Apache Maven

<dependency>
  <groupId>org.huldra.math</groupId>
  <artifactId>bigint</artifactId>
  <version>0.7</version>
</dependency>

Apache Buildr

'org.huldra.math:bigint:jar:0.7'

Apache Ivy

<dependency org="org.huldra.math" name="bigint" rev="0.7">
  <artifact name="bigint" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.huldra.math', module='bigint', version='0.7')
)

Grails

compile 'org.huldra.math:bigint:0.7'

Leiningen

[org.huldra.math/bigint "0.7"]

SBT

libraryDependencies += "org.huldra.math" % "bigint" % "0.7"