GroupId | GroupIdio.gitee.laoshirenggo |
---|---|
ArtifactId | ArtifactIdtools |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
tools-1.1.pom | |
tools-1.1.jar | 112 KB |
tools-1.1-sources.jar | 48 KB |
tools-1.1-javadoc.jar | 497 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.laoshirenggo/tools/ -->
<dependency>
<groupId>io.gitee.laoshirenggo</groupId>
<artifactId>tools</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.laoshirenggo/tools/
implementation 'io.gitee.laoshirenggo:tools:1.1'
// https://jarcasting.com/artifacts/io.gitee.laoshirenggo/tools/
implementation ("io.gitee.laoshirenggo:tools:1.1")
'io.gitee.laoshirenggo:tools:jar:1.1'
<dependency org="io.gitee.laoshirenggo" name="tools" rev="1.1">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.laoshirenggo', module='tools', version='1.1')
)
libraryDependencies += "io.gitee.laoshirenggo" % "tools" % "1.1"
[io.gitee.laoshirenggo/tools "1.1"]