GroupId | GroupIdio.stargate.db |
---|---|
ArtifactId | ArtifactIdpersistence-test |
Version | Version1.0.13 |
Type | Typejar |
Filename | Size |
---|---|
persistence-test-1.0.13.pom | |
persistence-test-1.0.13.jar | 45 KB |
persistence-test-1.0.13-sources.jar | 20 KB |
persistence-test-1.0.13-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stargate.db/persistence-test/ -->
<dependency>
<groupId>io.stargate.db</groupId>
<artifactId>persistence-test</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.db/persistence-test/
implementation 'io.stargate.db:persistence-test:1.0.13'
// https://jarcasting.com/artifacts/io.stargate.db/persistence-test/
implementation ("io.stargate.db:persistence-test:1.0.13")
'io.stargate.db:persistence-test:jar:1.0.13'
<dependency org="io.stargate.db" name="persistence-test" rev="1.0.13">
<artifact name="persistence-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.db', module='persistence-test', version='1.0.13')
)
libraryDependencies += "io.stargate.db" % "persistence-test" % "1.0.13"
[io.stargate.db/persistence-test "1.0.13"]