| License |
License |
|---|---|
| GroupId | GroupIdcom.github.sats17 |
| ArtifactId | ArtifactIdcache-bucket |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptioncache-bucket
Light weight in-memory cache bucket
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cache-bucket-1.0.0.pom | |
| cache-bucket-1.0.0.jar | 13 KB |
| cache-bucket-1.0.0-sources.jar | 11 KB |
| cache-bucket-1.0.0-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sats17/cache-bucket/ -->
<dependency>
<groupId>com.github.sats17</groupId>
<artifactId>cache-bucket</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sats17/cache-bucket/
implementation 'com.github.sats17:cache-bucket:1.0.0'
// https://jarcasting.com/artifacts/com.github.sats17/cache-bucket/
implementation ("com.github.sats17:cache-bucket:1.0.0")
'com.github.sats17:cache-bucket:jar:1.0.0'
<dependency org="com.github.sats17" name="cache-bucket" rev="1.0.0">
<artifact name="cache-bucket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sats17', module='cache-bucket', version='1.0.0')
)
libraryDependencies += "com.github.sats17" % "cache-bucket" % "1.0.0"
[com.github.sats17/cache-bucket "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jsmart : zerocode-tdd-jupiter | jar | 1.3.27 |