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