MVN

net.jcip : jcip-annotations

Maven & Gradle

Aug 14, 2008
795 usages

"Java Concurrency in Practice" book annotations

<dependency>
    <groupId>net.jcip</groupId>
    <artifactId>jcip-annotations</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.jcip : jcip-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of net.jcip : jcip-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
jcip-annotations-1.0

How to add a dependency to Maven

Add the following net.jcip : jcip-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.jcip</groupId>
    <artifactId>jcip-annotations</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.jcip : jcip-annotations gradle dependency to your build.gradle file:

implementation 'net.jcip:jcip-annotations:1.0'

Gradle Kotlin DSL: Add the following net.jcip : jcip-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("net.jcip:jcip-annotations:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.jcip : jcip-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "net.jcip" % "jcip-annotations" % "1.0"

Advertisement

Dependencies from Group

Aug 14, 2008
795 usages

Discover Dependencies

May 04, 2023
159 usages
Dec 07, 2008
87 usages
Aug 21, 2023
259 usages
8.3k stars
Oct 12, 2020
924 usages
14 stars
Jul 27, 2023
2 usages
Aug 15, 2023
331 usages
Aug 25, 2023
611 usages
862 stars
131 usages
2.3k stars
Jul 11, 2023
485 usages
2.5k stars
Jun 29, 2020
50 usages
10.6k stars