License |
License |
---|---|
GroupId | GroupIdorg.icroco |
ArtifactId | ArtifactIdjcip-annotations |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionJCIP Annotations under Apache License
A clean room implementation of the JCIP Annotations based entirely on the specification provided by the
javadocs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcip-annotations-1.1.0.pom | |
jcip-annotations-1.1.0.jar | 5 KB |
jcip-annotations-1.1.0-sources.jar | 7 KB |
jcip-annotations-1.1.0-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.icroco/jcip-annotations/ -->
<dependency>
<groupId>org.icroco</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.icroco/jcip-annotations/
implementation 'org.icroco:jcip-annotations:1.1.0'
// https://jarcasting.com/artifacts/org.icroco/jcip-annotations/
implementation ("org.icroco:jcip-annotations:1.1.0")
'org.icroco:jcip-annotations:jar:1.1.0'
<dependency org="org.icroco" name="jcip-annotations" rev="1.1.0">
<artifact name="jcip-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.icroco', module='jcip-annotations', version='1.1.0')
)
libraryDependencies += "org.icroco" % "jcip-annotations" % "1.1.0"
[org.icroco/jcip-annotations "1.1.0"]