Last Version

com.mastfrog:cache 2.8.3

Cache-classes, similar to guava but without the bulk; split off from util-collections

License

License

MIT
GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

cache
Version

Version

2.8.3
Type

Type

jar
Description

Description

Cache-classes, similar to guava but without the bulk; split off from util-collections
Project URL

Project URL

https://github.com/timboudreau/util
Project Organization

Project Organization

Mastfrog Technologies
Source Code Management

Source Code Management

https://github.com/timboudreau/util

Download cache 2.8.3


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

Dependencies

compile (2)

Group / Artifact Type Version
com.mastfrog : abstractions jar 2.8.3
com.mastfrog : util-preconditions jar 2.8.3

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2

Project Modules

There are no modules declared in this project.