| GroupId | GroupIdcom.github.Andy-Shao | 
|---|---|
| ArtifactId | ArtifactIdGearEE-Spring | 
| Version | Version3.2.5.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE-Spring/ -->
<dependency>
    <groupId>com.github.Andy-Shao</groupId>
    <artifactId>GearEE-Spring</artifactId>
    <version>3.2.5.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE-Spring/
implementation 'com.github.Andy-Shao:GearEE-Spring:3.2.5.RELEASE'// https://jarcasting.com/artifacts/com.github.Andy-Shao/GearEE-Spring/
implementation ("com.github.Andy-Shao:GearEE-Spring:3.2.5.RELEASE")'com.github.Andy-Shao:GearEE-Spring:jar:3.2.5.RELEASE'<dependency org="com.github.Andy-Shao" name="GearEE-Spring" rev="3.2.5.RELEASE">
  <artifact name="GearEE-Spring" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.Andy-Shao', module='GearEE-Spring', version='3.2.5.RELEASE')
)libraryDependencies += "com.github.Andy-Shao" % "GearEE-Spring" % "3.2.5.RELEASE"[com.github.Andy-Shao/GearEE-Spring "3.2.5.RELEASE"]