Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.datatechnology.jraft.exts |
ArtifactId | ArtifactIdjraft-exts |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jraft-exts-1.0.0.pom | |
jraft-exts-1.0.0.jar | 48 KB |
jraft-exts-1.0.0-sources.jar | 27 KB |
jraft-exts-1.0.0-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.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"]