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-1.jar download
jcip-annotations-1.0-1.pom download
jcip-annotations-1.0-1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stephenc.jcip</groupId>
  <artifactId>jcip-annotations</artifactId>
  <version>1.0-1</version>
</dependency>
Gradle Groovy
implementation 'com.github.stephenc.jcip:jcip-annotations:1.0-1'
Gradle Kotlin
implementation("com.github.stephenc.jcip:jcip-annotations:1.0-1")
Scala SBT
libraryDependencies += "com.github.stephenc.jcip" % "jcip-annotations" % "1.0-1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephenc.jcip', module='jcip-annotations', version='1.0-1')
)
Apache Ivy
<dependency org="com.github.stephenc.jcip" name="jcip-annotations" rev="1.0-1" />
Leiningen
[com.github.stephenc.jcip/jcip-annotations "1.0-1"]
Apache Buildr
'com.github.stephenc.jcip:jcip-annotations:jar:1.0-1'