GroupId | GroupIdcom.github.trex-paxos |
---|---|
ArtifactId | ArtifactIdsimple-record-store |
Version | Version1.0.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.trex-paxos/simple-record-store/ -->
<dependency>
<groupId>com.github.trex-paxos</groupId>
<artifactId>simple-record-store</artifactId>
<version>1.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trex-paxos/simple-record-store/
implementation 'com.github.trex-paxos:simple-record-store:1.0.0-RC3'
// https://jarcasting.com/artifacts/com.github.trex-paxos/simple-record-store/
implementation ("com.github.trex-paxos:simple-record-store:1.0.0-RC3")
'com.github.trex-paxos:simple-record-store:jar:1.0.0-RC3'
<dependency org="com.github.trex-paxos" name="simple-record-store" rev="1.0.0-RC3">
<artifact name="simple-record-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trex-paxos', module='simple-record-store', version='1.0.0-RC3')
)
libraryDependencies += "com.github.trex-paxos" % "simple-record-store" % "1.0.0-RC3"
[com.github.trex-paxos/simple-record-store "1.0.0-RC3"]