| GroupId | GroupIdcom.github.Andy-Shao | 
|---|---|
| ArtifactId | ArtifactIdGearEE-ZK | 
| Version | Version0.0.3.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| GearEE-ZK-0.0.3.RELEASE.pom | |
| GearEE-ZK-0.0.3.RELEASE.jar | 26 KB | 
| GearEE-ZK-0.0.3.RELEASE-sources.jar | 13 KB | 
| GearEE-ZK-0.0.3.RELEASE-javadoc.jar | 80 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE-ZK/ -->
<dependency>
    <groupId>com.github.Andy-Shao</groupId>
    <artifactId>GearEE-ZK</artifactId>
    <version>0.0.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE-ZK/
implementation 'com.github.Andy-Shao:GearEE-ZK:0.0.3.RELEASE'// https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE-ZK/
implementation ("com.github.Andy-Shao:GearEE-ZK:0.0.3.RELEASE")'com.github.Andy-Shao:GearEE-ZK:jar:0.0.3.RELEASE'<dependency org="com.github.Andy-Shao" name="GearEE-ZK" rev="0.0.3.RELEASE">
  <artifact name="GearEE-ZK" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.Andy-Shao', module='GearEE-ZK', version='0.0.3.RELEASE')
)libraryDependencies += "com.github.Andy-Shao" % "GearEE-ZK" % "0.0.3.RELEASE"[com.github.Andy-Shao/GearEE-ZK "0.0.3.RELEASE"]