Download jcip-annotations-1.0.jar file - Jar j

Jar examples for j:jcip-annotations

Description

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.

License

Apache License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

jcip-annotations-1.0.jar
jcip-annotations-1.0.pom
jcip-annotations-1.0-sources.jar



Related Tutorials