GroupId | GroupIdcom.xtdb |
---|---|
ArtifactId | ArtifactIdxtdb-lmdb |
Version | Version1.19.0-beta1 |
Type | Typejar |
Filename | Size |
---|---|
xtdb-lmdb-1.19.0-beta1.pom | |
xtdb-lmdb-1.19.0-beta1.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xtdb/xtdb-lmdb/ -->
<dependency>
<groupId>com.xtdb</groupId>
<artifactId>xtdb-lmdb</artifactId>
<version>1.19.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xtdb/xtdb-lmdb/
implementation 'com.xtdb:xtdb-lmdb:1.19.0-beta1'
// https://jarcasting.com/artifacts/com.xtdb/xtdb-lmdb/
implementation ("com.xtdb:xtdb-lmdb:1.19.0-beta1")
'com.xtdb:xtdb-lmdb:jar:1.19.0-beta1'
<dependency org="com.xtdb" name="xtdb-lmdb" rev="1.19.0-beta1">
<artifact name="xtdb-lmdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xtdb', module='xtdb-lmdb', version='1.19.0-beta1')
)
libraryDependencies += "com.xtdb" % "xtdb-lmdb" % "1.19.0-beta1"
[com.xtdb/xtdb-lmdb "1.19.0-beta1"]