Last Version

"Java Concurrency in Practice" book annotations 1.0


Categories

Categories

Net
GroupId

GroupId

net.jcip
ArtifactId

ArtifactId

jcip-annotations
Version

Version

1.0
Type

Type

jar
Description

Description

"Java Concurrency in Practice" book annotations
Project URL

Project URL

http://jcip.net/

Download jcip-annotations 1.0


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.