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