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