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