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