is not current version
Last Version 1.0.1

com.github.datatechnology.jraft.exts:jraft-exts 1.0.0

extension project for Jraft (Java implementation of Raft Consensus), this module contains may default implementations for interfaces that required by Jraft

Categories

Categories

Data
GroupId

GroupId

com.github.datatechnology.jraft.exts
ArtifactId

ArtifactId

jraft-exts
Version

Version

1.0.0
Type

Type

jar

Download jraft-exts 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.datatechnology.jraft.exts/jraft-exts/ -->
<dependency>
    <groupId>com.github.datatechnology.jraft.exts</groupId>
    <artifactId>jraft-exts</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.datatechnology.jraft.exts/jraft-exts/
implementation 'com.github.datatechnology.jraft.exts:jraft-exts:1.0.0'
// https://jarcasting.com/artifacts/com.github.datatechnology.jraft.exts/jraft-exts/
implementation ("com.github.datatechnology.jraft.exts:jraft-exts:1.0.0")
'com.github.datatechnology.jraft.exts:jraft-exts:jar:1.0.0'
<dependency org="com.github.datatechnology.jraft.exts" name="jraft-exts" rev="1.0.0">
  <artifact name="jraft-exts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.datatechnology.jraft.exts', module='jraft-exts', version='1.0.0')
)
libraryDependencies += "com.github.datatechnology.jraft.exts" % "jraft-exts" % "1.0.0"
[com.github.datatechnology.jraft.exts/jraft-exts "1.0.0"]