j

java_util_concurrent_chm

Files download
File Operation
java_util_concurrent_chm-1.1.4.jar download
java_util_concurrent_chm-1.1.4.pom download
java_util_concurrent_chm-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stephenc.high-scale-lib</groupId>
  <artifactId>java_util_concurrent_chm</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.stephenc.high-scale-lib:java_util_concurrent_chm:1.1.4'
Gradle Kotlin
implementation("com.github.stephenc.high-scale-lib:java_util_concurrent_chm:1.1.4")
Scala SBT
libraryDependencies += "com.github.stephenc.high-scale-lib" % "java_util_concurrent_chm" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephenc.high-scale-lib', module='java_util_concurrent_chm', version='1.1.4')
)
Apache Ivy
<dependency org="com.github.stephenc.high-scale-lib" name="java_util_concurrent_chm" rev="1.1.4" />
Leiningen
[com.github.stephenc.high-scale-lib/java_util_concurrent_chm "1.1.4"]
Apache Buildr
'com.github.stephenc.high-scale-lib:java_util_concurrent_chm:jar:1.1.4'