GroupId | GroupIdio.github.majianzheng |
---|---|
ArtifactId | ArtifactIdjarboot-common |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
jarboot-common-1.0.6.pom | |
jarboot-common-1.0.6.jar | 49 KB |
jarboot-common-1.0.6-sources.jar | 27 KB |
jarboot-common-1.0.6-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-common/ -->
<dependency>
<groupId>io.github.majianzheng</groupId>
<artifactId>jarboot-common</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-common/
implementation 'io.github.majianzheng:jarboot-common:1.0.6'
// https://jarcasting.com/artifacts/io.github.majianzheng/jarboot-common/
implementation ("io.github.majianzheng:jarboot-common:1.0.6")
'io.github.majianzheng:jarboot-common:jar:1.0.6'
<dependency org="io.github.majianzheng" name="jarboot-common" rev="1.0.6">
<artifact name="jarboot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.majianzheng', module='jarboot-common', version='1.0.6')
)
libraryDependencies += "io.github.majianzheng" % "jarboot-common" % "1.0.6"
[io.github.majianzheng/jarboot-common "1.0.6"]