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