License |
License |
---|---|
GroupId | GroupIdorg.bytemechanics |
ArtifactId | ArtifactIdflashback-cache |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionFlashback Cache
A simple zero-dependencies non-distributed TTL in-memory cache
|
Project Organization |
Project OrganizationByte Mechanics |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
flashback-cache-1.0.0.pom | |
flashback-cache-1.0.0.jar | 19 KB |
flashback-cache-1.0.0-tests.jar | 24 KB |
flashback-cache-1.0.0-test-sources.jar | 13 KB |
flashback-cache-1.0.0-sources.jar | 18 KB |
flashback-cache-1.0.0-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bytemechanics/flashback-cache/ -->
<dependency>
<groupId>org.bytemechanics</groupId>
<artifactId>flashback-cache</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytemechanics/flashback-cache/
implementation 'org.bytemechanics:flashback-cache:1.0.0'
// https://jarcasting.com/artifacts/org.bytemechanics/flashback-cache/
implementation ("org.bytemechanics:flashback-cache:1.0.0")
'org.bytemechanics:flashback-cache:jar:1.0.0'
<dependency org="org.bytemechanics" name="flashback-cache" rev="1.0.0">
<artifact name="flashback-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytemechanics', module='flashback-cache', version='1.0.0')
)
libraryDependencies += "org.bytemechanics" % "flashback-cache" % "1.0.0"
[org.bytemechanics/flashback-cache "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.bytemechanics : copy-commons | jar | 1.5.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.jmockit : jmockit | jar | 1.48 |