Categories |
CategoriesNative Development Tools JNA |
---|---|
GroupId | GroupIdcom.protonail.leveldb-jna |
ArtifactId | ArtifactIdleveldb-jna-native |
Version | Version1.18.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.protonail.leveldb-jna/leveldb-jna-native/ -->
<dependency>
<groupId>com.protonail.leveldb-jna</groupId>
<artifactId>leveldb-jna-native</artifactId>
<version>1.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.protonail.leveldb-jna/leveldb-jna-native/
implementation 'com.protonail.leveldb-jna:leveldb-jna-native:1.18.1'
// https://jarcasting.com/artifacts/com.protonail.leveldb-jna/leveldb-jna-native/
implementation ("com.protonail.leveldb-jna:leveldb-jna-native:1.18.1")
'com.protonail.leveldb-jna:leveldb-jna-native:jar:1.18.1'
<dependency org="com.protonail.leveldb-jna" name="leveldb-jna-native" rev="1.18.1">
<artifact name="leveldb-jna-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.protonail.leveldb-jna', module='leveldb-jna-native', version='1.18.1')
)
libraryDependencies += "com.protonail.leveldb-jna" % "leveldb-jna-native" % "1.18.1"
[com.protonail.leveldb-jna/leveldb-jna-native "1.18.1"]