License |
License |
---|---|
GroupId | GroupIdcom.github.barakb |
ArtifactId | ArtifactIdconcurrent-cache |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionconcurrent-cache
Fast Flexible efficient in memory LRU Java cache
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
concurrent-cache-1.0.pom | |
concurrent-cache-1.0.jar | 15 KB |
concurrent-cache-1.0-sources.jar | 5 KB |
concurrent-cache-1.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.barakb/concurrent-cache/ -->
<dependency>
<groupId>com.github.barakb</groupId>
<artifactId>concurrent-cache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.barakb/concurrent-cache/
implementation 'com.github.barakb:concurrent-cache:1.0'
// https://jarcasting.com/artifacts/com.github.barakb/concurrent-cache/
implementation ("com.github.barakb:concurrent-cache:1.0")
'com.github.barakb:concurrent-cache:jar:1.0'
<dependency org="com.github.barakb" name="concurrent-cache" rev="1.0">
<artifact name="concurrent-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.barakb', module='concurrent-cache', version='1.0')
)
libraryDependencies += "com.github.barakb" % "concurrent-cache" % "1.0"
[com.github.barakb/concurrent-cache "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-site | jar | 1.7.12 |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.2 |
org.apache.logging.log4j : log4j-api | jar | 2.2 |
org.apache.logging.log4j : log4j-core | jar | 2.2 |
junit : junit | jar | 4.12 |