Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jcip |
ArtifactId | ArtifactIdjcip-annotations |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description"Java Concurrency in Practice" book annotations
|
Project URL |
Project URL |
Filename | Size |
---|---|
jcip-annotations-1.0.pom | |
jcip-annotations-1.0.jar | 2 KB |
jcip-annotations-1.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jcip/jcip-annotations/ -->
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jcip/jcip-annotations/
implementation 'net.jcip:jcip-annotations:1.0'
// https://jarcasting.com/artifacts/net.jcip/jcip-annotations/
implementation ("net.jcip:jcip-annotations:1.0")
'net.jcip:jcip-annotations:jar:1.0'
<dependency org="net.jcip" name="jcip-annotations" rev="1.0">
<artifact name="jcip-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jcip', module='jcip-annotations', version='1.0')
)
libraryDependencies += "net.jcip" % "jcip-annotations" % "1.0"
[net.jcip/jcip-annotations "1.0"]