<dependency> <groupId>org.huldra.math</groupId> <artifactId>bigint</artifactId> <version>0.7</version> </dependency>
'org.huldra.math:bigint:jar:0.7'
<dependency org="org.huldra.math" name="bigint" rev="0.7"> <artifact name="bigint" type="jar" /> </dependency>
@Grapes( @Grab(group='org.huldra.math', module='bigint', version='0.7') )
compile 'org.huldra.math:bigint:0.7'
[org.huldra.math/bigint "0.7"]
libraryDependencies += "org.huldra.math" % "bigint" % "0.7"