| GroupId | GroupIdcom.github.mattzhongchang | 
|---|---|
| ArtifactId | ArtifactIdsparta-springsupport | 
| Version | Version1.2.5.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-springsupport/ -->
<dependency>
    <groupId>com.github.mattzhongchang</groupId>
    <artifactId>sparta-springsupport</artifactId>
    <version>1.2.5.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-springsupport/
implementation 'com.github.mattzhongchang:sparta-springsupport:1.2.5.RELEASE'// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-springsupport/
implementation ("com.github.mattzhongchang:sparta-springsupport:1.2.5.RELEASE")'com.github.mattzhongchang:sparta-springsupport:jar:1.2.5.RELEASE'<dependency org="com.github.mattzhongchang" name="sparta-springsupport" rev="1.2.5.RELEASE">
  <artifact name="sparta-springsupport" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.mattzhongchang', module='sparta-springsupport', version='1.2.5.RELEASE')
)libraryDependencies += "com.github.mattzhongchang" % "sparta-springsupport" % "1.2.5.RELEASE"[com.github.mattzhongchang/sparta-springsupport "1.2.5.RELEASE"]