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