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