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