License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.ignite |
ArtifactId | ArtifactIdignite-raft-client |
Last Version | Last Version3.0.0-alpha5 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
ignite-raft-client-3.0.0-alpha5.pom | |
ignite-raft-client-3.0.0-alpha5.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ignite/ignite-raft-client/ -->
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-raft-client</artifactId>
<version>3.0.0-alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-raft-client/
implementation 'org.apache.ignite:ignite-raft-client:3.0.0-alpha5'
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-raft-client/
implementation ("org.apache.ignite:ignite-raft-client:3.0.0-alpha5")
'org.apache.ignite:ignite-raft-client:jar:3.0.0-alpha5'
<dependency org="org.apache.ignite" name="ignite-raft-client" rev="3.0.0-alpha5">
<artifact name="ignite-raft-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ignite', module='ignite-raft-client', version='3.0.0-alpha5')
)
libraryDependencies += "org.apache.ignite" % "ignite-raft-client" % "3.0.0-alpha5"
[org.apache.ignite/ignite-raft-client "3.0.0-alpha5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ignite : ignite-core | jar | 3.0.0-alpha5 |
org.apache.ignite : ignite-network-api | jar | 3.0.0-alpha5 |
org.jetbrains : annotations | jar | 20.1.0 |