GroupId | GroupIdcom.github.linushp |
---|---|
ArtifactId | ArtifactIdrocksdb-utils |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rocksdb-utils-1.0.0.pom | |
rocksdb-utils-1.0.0.jar | 25 KB |
rocksdb-utils-1.0.0-sources.jar | 11 KB |
rocksdb-utils-1.0.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.linushp/rocksdb-utils/ -->
<dependency>
<groupId>com.github.linushp</groupId>
<artifactId>rocksdb-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.linushp/rocksdb-utils/
implementation 'com.github.linushp:rocksdb-utils:1.0.0'
// https://jarcasting.com/artifacts/com.github.linushp/rocksdb-utils/
implementation ("com.github.linushp:rocksdb-utils:1.0.0")
'com.github.linushp:rocksdb-utils:jar:1.0.0'
<dependency org="com.github.linushp" name="rocksdb-utils" rev="1.0.0">
<artifact name="rocksdb-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.linushp', module='rocksdb-utils', version='1.0.0')
)
libraryDependencies += "com.github.linushp" % "rocksdb-utils" % "1.0.0"
[com.github.linushp/rocksdb-utils "1.0.0"]