GroupId | GroupIdcom.github.happyjiahui |
---|---|
ArtifactId | ArtifactIdz-tool |
Version | Version0.1.22 |
Type | Typepom |
Filename | Size |
---|---|
z-tool-0.1.22.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.happyjiahui/z-tool/ -->
<dependency>
<groupId>com.github.happyjiahui</groupId>
<artifactId>z-tool</artifactId>
<version>0.1.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.happyjiahui/z-tool/
implementation 'com.github.happyjiahui:z-tool:0.1.22'
// https://jarcasting.com/artifacts/com.github.happyjiahui/z-tool/
implementation ("com.github.happyjiahui:z-tool:0.1.22")
'com.github.happyjiahui:z-tool:pom:0.1.22'
<dependency org="com.github.happyjiahui" name="z-tool" rev="0.1.22">
<artifact name="z-tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.happyjiahui', module='z-tool', version='0.1.22')
)
libraryDependencies += "com.github.happyjiahui" % "z-tool" % "0.1.22"
[com.github.happyjiahui/z-tool "0.1.22"]