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