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