| License |
License |
|---|---|
| GroupId | GroupIdio.github.mervey0324 |
| ArtifactId | ArtifactIdjraft-parent |
| Last Version | Last Version1.3.6-mt-0.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionio.github.mervey0324:jraft-parent
A production-grade java implementation of RAFT consensus algorithm.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jraft-parent-1.3.6-mt-0.5.pom | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mervey0324/jraft-parent/ -->
<dependency>
<groupId>io.github.mervey0324</groupId>
<artifactId>jraft-parent</artifactId>
<version>1.3.6-mt-0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mervey0324/jraft-parent/
implementation 'io.github.mervey0324:jraft-parent:1.3.6-mt-0.5'
// https://jarcasting.com/artifacts/io.github.mervey0324/jraft-parent/
implementation ("io.github.mervey0324:jraft-parent:1.3.6-mt-0.5")
'io.github.mervey0324:jraft-parent:pom:1.3.6-mt-0.5'
<dependency org="io.github.mervey0324" name="jraft-parent" rev="1.3.6-mt-0.5">
<artifact name="jraft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mervey0324', module='jraft-parent', version='1.3.6-mt-0.5')
)
libraryDependencies += "io.github.mervey0324" % "jraft-parent" % "1.3.6-mt-0.5"
[io.github.mervey0324/jraft-parent "1.3.6-mt-0.5"]