文件下载
文件名 操作
continew-starter-storage-local-1.1.0.jar 下载
continew-starter-storage-local-1.1.0.pom 下载
continew-starter-storage-local-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>top.charles7c.continew</groupId>
  <artifactId>continew-starter-storage-local</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'top.charles7c.continew:continew-starter-storage-local:1.1.0'
Gradle Kotlin
implementation("top.charles7c.continew:continew-starter-storage-local:1.1.0")
Scala SBT
libraryDependencies += "top.charles7c.continew" % "continew-starter-storage-local" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='top.charles7c.continew', module='continew-starter-storage-local', version='1.1.0')
)
Apache Ivy
<dependency org="top.charles7c.continew" name="continew-starter-storage-local" rev="1.1.0" />
Leiningen
[top.charles7c.continew/continew-starter-storage-local "1.1.0"]
Apache Buildr
'top.charles7c.continew:continew-starter-storage-local:jar:1.1.0'