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