jraft-exts

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

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.datatechnology.jraft.exts
ArtifactId

ArtifactId

jraft-exts
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/datatechnology/jraft
Source Code Management

Source Code Management

https://github.com/datatechnology/jraft.git

Download jraft-exts

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.github.datatechnology.jraft.core : jraft-core jar 1.0.1
log4j : log4j jar
com.google.code.gson : gson jar
org.apache.httpcomponents : httpasyncclient jar
com.h2database : h2 jar

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar

test (1)

Group / Artifact Type Version
junit : junit jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0