j

jcip-annotations

A clean room implementation of the JCIP Annotations based entirely on the specification provided by the javadocs.
http://stephenc.github.com/jcip-annotations
Apache License, Version 2.0
Stephen Connolly
Files download
File Operation
jcip-annotations-1.0.2.jar download
jcip-annotations-1.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.io7m.jcip</groupId>
  <artifactId>jcip-annotations</artifactId>
  <version>1.0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.io7m.jcip:jcip-annotations:1.0.2'
Gradle Kotlin
implementation("com.io7m.jcip:jcip-annotations:1.0.2")
Scala SBT
libraryDependencies += "com.io7m.jcip" % "jcip-annotations" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.io7m.jcip', module='jcip-annotations', version='1.0.2')
)
Apache Ivy
<dependency org="com.io7m.jcip" name="jcip-annotations" rev="1.0.2" />
Leiningen
[com.io7m.jcip/jcip-annotations "1.0.2"]
Apache Buildr
'com.io7m.jcip:jcip-annotations:jar:1.0.2'