License |
License
aa
|
---|---|
GroupId | GroupIdio.gitee.buzizhi |
ArtifactId | ArtifactIdtools |
Version | Version1.0.3 |
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.3.pom | |
tools-1.0.3.jar | 46 KB |
tools-1.0.3-sources.jar | 36 KB |
tools-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.buzizhi/tools/
implementation 'io.gitee.buzizhi:tools:1.0.3'
// https://jarcasting.com/artifacts/io.gitee.buzizhi/tools/
implementation ("io.gitee.buzizhi:tools:1.0.3")
'io.gitee.buzizhi:tools:jar:1.0.3'
<dependency org="io.gitee.buzizhi" name="tools" rev="1.0.3">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.buzizhi', module='tools', version='1.0.3')
)
libraryDependencies += "io.gitee.buzizhi" % "tools" % "1.0.3"
[io.gitee.buzizhi/tools "1.0.3"]