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