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