| Группа | Группаcom.github.happyjiahui |
|---|---|
| Идентификатор | Идентификаторz-core |
| Версия | Версия0.1.20 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| z-core-0.1.20.pom | |
| z-core-0.1.20.jar | 26 KB |
| z-core-0.1.20-sources.jar | 19 KB |
| z-core-0.1.20-javadoc.jar | 140 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.happyjiahui/z-core/ -->
<dependency>
<groupId>com.github.happyjiahui</groupId>
<artifactId>z-core</artifactId>
<version>0.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.happyjiahui/z-core/
implementation 'com.github.happyjiahui:z-core:0.1.20'
// https://jarcasting.com/artifacts/com.github.happyjiahui/z-core/
implementation ("com.github.happyjiahui:z-core:0.1.20")
'com.github.happyjiahui:z-core:jar:0.1.20'
<dependency org="com.github.happyjiahui" name="z-core" rev="0.1.20">
<artifact name="z-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.happyjiahui', module='z-core', version='0.1.20')
)
libraryDependencies += "com.github.happyjiahui" % "z-core" % "0.1.20"
[com.github.happyjiahui/z-core "0.1.20"]