GroupId | GroupIdcom.github.happyjiahui |
---|---|
ArtifactId | ArtifactIdz-core |
Version | Version0.1.11 |
Type | Typejar |
Filename | Size |
---|---|
z-core-0.1.11.pom | |
z-core-0.1.11.jar | 17 KB |
z-core-0.1.11-sources.jar | 14 KB |
z-core-0.1.11-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.happyjiahui/z-core/ -->
<dependency>
<groupId>com.github.happyjiahui</groupId>
<artifactId>z-core</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.happyjiahui/z-core/
implementation 'com.github.happyjiahui:z-core:0.1.11'
// https://jarcasting.com/artifacts/com.github.happyjiahui/z-core/
implementation ("com.github.happyjiahui:z-core:0.1.11")
'com.github.happyjiahui:z-core:jar:0.1.11'
<dependency org="com.github.happyjiahui" name="z-core" rev="0.1.11">
<artifact name="z-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.happyjiahui', module='z-core', version='0.1.11')
)
libraryDependencies += "com.github.happyjiahui" % "z-core" % "0.1.11"
[com.github.happyjiahui/z-core "0.1.11"]