| GroupId | GroupIdio.github.mervey0324 |
|---|---|
| ArtifactId | ArtifactIdjraft-core |
| Version | Version1.3.6-mt-0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jraft-core-1.3.6-mt-0.2.pom | |
| jraft-core-1.3.6-mt-0.2.jar | 1 MB |
| jraft-core-1.3.6-mt-0.2-sources.jar | 634 KB |
| jraft-core-1.3.6-mt-0.2-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mervey0324/jraft-core/ -->
<dependency>
<groupId>io.github.mervey0324</groupId>
<artifactId>jraft-core</artifactId>
<version>1.3.6-mt-0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mervey0324/jraft-core/
implementation 'io.github.mervey0324:jraft-core:1.3.6-mt-0.2'
// https://jarcasting.com/artifacts/io.github.mervey0324/jraft-core/
implementation ("io.github.mervey0324:jraft-core:1.3.6-mt-0.2")
'io.github.mervey0324:jraft-core:jar:1.3.6-mt-0.2'
<dependency org="io.github.mervey0324" name="jraft-core" rev="1.3.6-mt-0.2">
<artifact name="jraft-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mervey0324', module='jraft-core', version='1.3.6-mt-0.2')
)
libraryDependencies += "io.github.mervey0324" % "jraft-core" % "1.3.6-mt-0.2"
[io.github.mervey0324/jraft-core "1.3.6-mt-0.2"]