License |
License
aa
|
---|---|
GroupId | GroupIdio.gitee.buzizhi |
ArtifactId | ArtifactIdtools |
Version | Version1.0.5 |
Type | Typejar |
Description |
Descriptiontools
A collection of commonly used tools
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tools-1.0.5.pom | |
tools-1.0.5.jar | 46 KB |
tools-1.0.5-sources.jar | 36 KB |
tools-1.0.5-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.buzizhi/tools/ -->
<dependency>
<groupId>io.gitee.buzizhi</groupId>
<artifactId>tools</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.buzizhi/tools/
implementation 'io.gitee.buzizhi:tools:1.0.5'
// https://jarcasting.com/artifacts/io.gitee.buzizhi/tools/
implementation ("io.gitee.buzizhi:tools:1.0.5")
'io.gitee.buzizhi:tools:jar:1.0.5'
<dependency org="io.gitee.buzizhi" name="tools" rev="1.0.5">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.buzizhi', module='tools', version='1.0.5')
)
libraryDependencies += "io.gitee.buzizhi" % "tools" % "1.0.5"
[io.gitee.buzizhi/tools "1.0.5"]