GroupId | GroupIdcom.github.Andy-Shao |
---|---|
ArtifactId | ArtifactIdGearEE |
Version | Version3.2.9.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
GearEE-3.2.9.RELEASE.pom | |
GearEE-3.2.9.RELEASE.jar | 89 KB |
GearEE-3.2.9.RELEASE-sources.jar | 56 KB |
GearEE-3.2.9.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.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE/
implementation 'com.github.Andy-Shao:GearEE:3.2.9.RELEASE'
// https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE/
implementation ("com.github.Andy-Shao:GearEE:3.2.9.RELEASE")
'com.github.Andy-Shao:GearEE:jar:3.2.9.RELEASE'
<dependency org="com.github.Andy-Shao" name="GearEE" rev="3.2.9.RELEASE">
<artifact name="GearEE" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.Andy-Shao', module='GearEE', version='3.2.9.RELEASE')
)
libraryDependencies += "com.github.Andy-Shao" % "GearEE" % "3.2.9.RELEASE"
[com.github.Andy-Shao/GearEE "3.2.9.RELEASE"]