Jar examples for j:jcip-annotations
A clean room implementation of the JCIP Annotations based entirely on the specification provided by the javadocs.
You can download jar file jcip-annotations 1.0 in this page.
Apache License, Version 2.0
You can use the following script to add jcip-annotations-1.0.jar to your project.
<dependency> <groupId>net.jcip</groupId> <artifactId>jcip-annotations</artifactId> <version>1.0</version> </dependency>
compile group: 'net.jcip', name: 'jcip-annotations', version: '1.0'
libraryDependencies += "net.jcip" % "jcip-annotations" % "1.0"
<dependency org="net.jcip" name="jcip-annotations" rev="1.0"/>
@Grapes(@Grab(group='net.jcip', module='jcip-annotations', version='1.0'))
'net.jcip:jcip-annotations:jar:1.0'
Click the following link to download the jar file.
jcip-annotations-1.0.jar