Files download
File Operation
jcip-annotations-1.0.0.jar download
jcip-annotations-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.lucee</groupId>
  <artifactId>jcip-annotations</artifactId>
  <version>1.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.lucee:jcip-annotations:1.0.0'
Gradle Kotlin
implementation("org.lucee:jcip-annotations:1.0.0")
Scala SBT
libraryDependencies += "org.lucee" % "jcip-annotations" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.lucee', module='jcip-annotations', version='1.0.0')
)
Apache Ivy
<dependency org="org.lucee" name="jcip-annotations" rev="1.0.0" />
Leiningen
[org.lucee/jcip-annotations "1.0.0"]
Apache Buildr
'org.lucee:jcip-annotations:jar:1.0.0'
Dependencies
The project has no third-party dependencies