文件下载
文件名 操作
kvmatch-tsfiledb-1.0.1.jar 下载
kvmatch-tsfiledb-1.0.1.pom 下载
kvmatch-tsfiledb-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.edu.fudan.dsm</groupId>
  <artifactId>kvmatch-tsfiledb</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'cn.edu.fudan.dsm:kvmatch-tsfiledb:1.0.1'
Gradle Kotlin
implementation("cn.edu.fudan.dsm:kvmatch-tsfiledb:1.0.1")
Scala SBT
libraryDependencies += "cn.edu.fudan.dsm" % "kvmatch-tsfiledb" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.edu.fudan.dsm', module='kvmatch-tsfiledb', version='1.0.1')
)
Apache Ivy
<dependency org="cn.edu.fudan.dsm" name="kvmatch-tsfiledb" rev="1.0.1" />
Leiningen
[cn.edu.fudan.dsm/kvmatch-tsfiledb "1.0.1"]
Apache Buildr
'cn.edu.fudan.dsm:kvmatch-tsfiledb:jar:1.0.1'