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