GroupId | GroupIdio.stargate.db |
---|---|
ArtifactId | ArtifactIdpersistence-test |
Version | Version1.0.18 |
Type | Typejar |
Filename | Size |
---|---|
persistence-test-1.0.18.pom | |
persistence-test-1.0.18.jar | 46 KB |
persistence-test-1.0.18-sources.jar | 21 KB |
persistence-test-1.0.18-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.18</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.db/persistence-test/
implementation 'io.stargate.db:persistence-test:1.0.18'
// https://jarcasting.com/artifacts/io.stargate.db/persistence-test/
implementation ("io.stargate.db:persistence-test:1.0.18")
'io.stargate.db:persistence-test:jar:1.0.18'
<dependency org="io.stargate.db" name="persistence-test" rev="1.0.18">
<artifact name="persistence-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.db', module='persistence-test', version='1.0.18')
)
libraryDependencies += "io.stargate.db" % "persistence-test" % "1.0.18"
[io.stargate.db/persistence-test "1.0.18"]