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