| License |
License |
|---|---|
| GroupId | GroupIdcom.vmlens |
| ArtifactId | ArtifactIdconcurrent-collections |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionconcurrent-collections
This project contains a concurrent hash map which is optimized for the method computeIfAbsent.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.vmlens/concurrent-collections/ -->
<dependency>
<groupId>com.vmlens</groupId>
<artifactId>concurrent-collections</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmlens/concurrent-collections/
implementation 'com.vmlens:concurrent-collections:1.0.0'
// https://jarcasting.com/artifacts/com.vmlens/concurrent-collections/
implementation ("com.vmlens:concurrent-collections:1.0.0")
'com.vmlens:concurrent-collections:jar:1.0.0'
<dependency org="com.vmlens" name="concurrent-collections" rev="1.0.0">
<artifact name="concurrent-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmlens', module='concurrent-collections', version='1.0.0')
)
libraryDependencies += "com.vmlens" % "concurrent-collections" % "1.0.0"
[com.vmlens/concurrent-collections "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.vmlens : annotation | jar | 1.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.9 |