| GroupId | GroupIdtop.zhogjianhao |
|---|---|
| ArtifactId | ArtifactIdZUtil |
| Version | Version1.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ZUtil-1.4.0.pom | |
| ZUtil-1.4.0.jar | 105 KB |
| ZUtil-1.4.0-sources.jar | 64 KB |
| ZUtil-1.4.0-javadoc.jar | 342 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.zhogjianhao/ZUtil/ -->
<dependency>
<groupId>top.zhogjianhao</groupId>
<artifactId>ZUtil</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.zhogjianhao/ZUtil/
implementation 'top.zhogjianhao:ZUtil:1.4.0'
// https://jarcasting.com/artifacts/top.zhogjianhao/ZUtil/
implementation ("top.zhogjianhao:ZUtil:1.4.0")
'top.zhogjianhao:ZUtil:jar:1.4.0'
<dependency org="top.zhogjianhao" name="ZUtil" rev="1.4.0">
<artifact name="ZUtil" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.zhogjianhao', module='ZUtil', version='1.4.0')
)
libraryDependencies += "top.zhogjianhao" % "ZUtil" % "1.4.0"
[top.zhogjianhao/ZUtil "1.4.0"]