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