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