Last Version

GCache 1.1.0

A simple gosu implementation of concurrent LRU Map.

License

License

GroupId

GroupId

xyz.ronella.gosu
ArtifactId

ArtifactId

gcache
Version

Version

1.1.0
Type

Type

jar
Description

Description

GCache
A simple gosu implementation of concurrent LRU Map.
Project URL

Project URL

https://github.com/rcw3bb/gcache
Source Code Management

Source Code Management

https://github.com/rcw3bb/gcache

Download gcache 1.1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.gosu-lang.gosu : gosu-core jar 1.14.14

test (1)

Group / Artifact Type Version
org.gosu-lang.gosu : gosu-test jar 1.14.14

Project Modules

There are no modules declared in this project.