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