Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.stephenc.jcip</groupId>
  <artifactId>jcip-annotations</artifactId>
  <version>1.0-1</version>
</dependency>

Apache Buildr

'com.github.stephenc.jcip:jcip-annotations:jar:1.0-1'

Apache Ant

<dependency org="com.github.stephenc.jcip" name="jcip-annotations" rev="1.0-1">
  <artifact name="jcip-annotations" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.stephenc.jcip', module='jcip-annotations', version='1.0-1')
)

Grails

compile 'com.github.stephenc.jcip:jcip-annotations:1.0-1'

Leiningen

[com.github.stephenc.jcip/jcip-annotations "1.0-1"]

SBT

libraryDependencies += "com.github.stephenc.jcip" %% "jcip-annotations" % "1.0-1"