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