Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.wenweihu86.raft |
ArtifactId | ArtifactIdraft-java-core |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
raft-java-core-1.4.0.pom | |
raft-java-core-1.4.0.jar | 274 KB |
raft-java-core-1.4.0-sources.jar | 59 KB |
raft-java-core-1.4.0-javadoc.jar | 632 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wenweihu86.raft/raft-java-core/ -->
<dependency>
<groupId>com.github.wenweihu86.raft</groupId>
<artifactId>raft-java-core</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenweihu86.raft/raft-java-core/
implementation 'com.github.wenweihu86.raft:raft-java-core:1.4.0'
// https://jarcasting.com/artifacts/com.github.wenweihu86.raft/raft-java-core/
implementation ("com.github.wenweihu86.raft:raft-java-core:1.4.0")
'com.github.wenweihu86.raft:raft-java-core:jar:1.4.0'
<dependency org="com.github.wenweihu86.raft" name="raft-java-core" rev="1.4.0">
<artifact name="raft-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenweihu86.raft', module='raft-java-core', version='1.4.0')
)
libraryDependencies += "com.github.wenweihu86.raft" % "raft-java-core" % "1.4.0"
[com.github.wenweihu86.raft/raft-java-core "1.4.0"]