b

bigmap-leveldb

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