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