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