is not current version
Last Version 1.0-b4

org.brandao:brcache 1.0-b1

A simple, fast, cache developed in Java.

GroupId

GroupId

org.brandao
ArtifactId

ArtifactId

brcache
Version

Version

1.0-b1
Type

Type

jar

Download brcache 1.0-b1


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