Files download
File Operation
cache-bucket-1.0.0.jar download
cache-bucket-1.0.0.pom download
cache-bucket-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sats17</groupId>
  <artifactId>cache-bucket</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.sats17:cache-bucket:1.0.0'
Gradle Kotlin
implementation("com.github.sats17:cache-bucket:1.0.0")
Scala SBT
libraryDependencies += "com.github.sats17" % "cache-bucket" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sats17', module='cache-bucket', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.sats17" name="cache-bucket" rev="1.0.0" />
Leiningen
[com.github.sats17/cache-bucket "1.0.0"]
Apache Buildr
'com.github.sats17:cache-bucket:jar:1.0.0'