Dependency Information

Apache Maven

<dependency>
  <groupId>io.hgc</groupId>
  <artifactId>jarspec</artifactId>
  <version>2.0.0</version>
</dependency>

Apache Buildr

'io.hgc:jarspec:jar:2.0.0'

Apache Ant

<dependency org="io.hgc" name="jarspec" rev="2.0.0">
  <artifact name="jarspec" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.hgc', module='jarspec', version='2.0.0')
)

Grails

compile 'io.hgc:jarspec:2.0.0'

Leiningen

[io.hgc/jarspec "2.0.0"]

SBT

libraryDependencies += "io.hgc" %% "jarspec" % "2.0.0"