is not current version
Last Version 1.1.0

xyz.ronella.gosu:gcache 1.0.1

A simple gosu implementation of concurrent LRU Map.

GroupId

GroupId

xyz.ronella.gosu
ArtifactId

ArtifactId

gcache
Version

Version

1.0.1
Type

Type

jar

Download gcache 1.0.1


<!-- https://jarcasting.com/artifacts/xyz.ronella.gosu/gcache/ -->
<dependency>
    <groupId>xyz.ronella.gosu</groupId>
    <artifactId>gcache</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.ronella.gosu/gcache/
implementation 'xyz.ronella.gosu:gcache:1.0.1'
// https://jarcasting.com/artifacts/xyz.ronella.gosu/gcache/
implementation ("xyz.ronella.gosu:gcache:1.0.1")
'xyz.ronella.gosu:gcache:jar:1.0.1'
<dependency org="xyz.ronella.gosu" name="gcache" rev="1.0.1">
  <artifact name="gcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.ronella.gosu', module='gcache', version='1.0.1')
)
libraryDependencies += "xyz.ronella.gosu" % "gcache" % "1.0.1"
[xyz.ronella.gosu/gcache "1.0.1"]