Download jcip-annotations-1.0-1.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-1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jcip-annotations-1.0-1.jar to your project.

<dependency>
   <groupId>com.github.stephenc.jcip</groupId>
   <artifactId>jcip-annotations</artifactId>
   <version>1.0-1</version>
</dependency>
compile group: 'com.github.stephenc.jcip', name: 'jcip-annotations', version: '1.0-1'
libraryDependencies += "com.github.stephenc.jcip" % "jcip-annotations" % "1.0-1"
<dependency org="com.github.stephenc.jcip" name="jcip-annotations" rev="1.0-1"/>
@Grapes(@Grab(group='com.github.stephenc.jcip', module='jcip-annotations', version='1.0-1'))
'com.github.stephenc.jcip:jcip-annotations:jar:1.0-1'

Download

Click the following link to download the jar file.

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



Related Tutorials