License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.datatechnology.jraft.exts |
ArtifactId | ArtifactIdjraft-exts |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjraft-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jraft-exts-1.0.1.pom | |
jraft-exts-1.0.1.jar | 48 KB |
jraft-exts-1.0.1-sources.jar | 27 KB |
jraft-exts-1.0.1-javadoc.jar | 111 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |