| GroupId | GroupIdcom.github.mrpangu |
|---|---|
| ArtifactId | ArtifactIdhzero-plus |
| Version | Version0.0.5.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| hzero-plus-0.0.5.RELEASE.pom | |
| hzero-plus-0.0.5.RELEASE-sources.jar | 628 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrpangu/hzero-plus/ -->
<dependency>
<groupId>com.github.mrpangu</groupId>
<artifactId>hzero-plus</artifactId>
<version>0.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrpangu/hzero-plus/
implementation 'com.github.mrpangu:hzero-plus:0.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.mrpangu/hzero-plus/
implementation ("com.github.mrpangu:hzero-plus:0.0.5.RELEASE")
'com.github.mrpangu:hzero-plus:jar:0.0.5.RELEASE'
<dependency org="com.github.mrpangu" name="hzero-plus" rev="0.0.5.RELEASE">
<artifact name="hzero-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrpangu', module='hzero-plus', version='0.0.5.RELEASE')
)
libraryDependencies += "com.github.mrpangu" % "hzero-plus" % "0.0.5.RELEASE"
[com.github.mrpangu/hzero-plus "0.0.5.RELEASE"]