j

jcip-annotations

A clean room implementation of the JCIP Annotations based entirely on the specification provided by the javadocs.
https://github.com/ouaibsky/jcip-annotations
GNU General Public License version 3.0 (GPLv3)
Stephen Connolly
Files download
File Operation
jcip-annotations-1.1.0.jar download
jcip-annotations-1.1.0.pom download
jcip-annotations-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.icroco</groupId>
  <artifactId>jcip-annotations</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.icroco:jcip-annotations:1.1.0'
Gradle Kotlin
implementation("org.icroco:jcip-annotations:1.1.0")
Scala SBT
libraryDependencies += "org.icroco" % "jcip-annotations" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.icroco', module='jcip-annotations', version='1.1.0')
)
Apache Ivy
<dependency org="org.icroco" name="jcip-annotations" rev="1.1.0" />
Leiningen
[org.icroco/jcip-annotations "1.1.0"]
Apache Buildr
'org.icroco:jcip-annotations:jar:1.1.0'
Dependencies
The project has no third-party dependencies