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