| GroupId | GroupIdcom.github.mattzhongchang | 
|---|---|
| ArtifactId | ArtifactIdsparta-core | 
| Version | Version1.1.8.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| sparta-core-1.1.8.RELEASE.pom | |
| sparta-core-1.1.8.RELEASE.jar | 124 KB | 
| sparta-core-1.1.8.RELEASE-sources.jar | 65 KB | 
| sparta-core-1.1.8.RELEASE-javadoc.jar | 565 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-core/ -->
<dependency>
    <groupId>com.github.mattzhongchang</groupId>
    <artifactId>sparta-core</artifactId>
    <version>1.1.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-core/
implementation 'com.github.mattzhongchang:sparta-core:1.1.8.RELEASE'// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-core/
implementation ("com.github.mattzhongchang:sparta-core:1.1.8.RELEASE")'com.github.mattzhongchang:sparta-core:jar:1.1.8.RELEASE'<dependency org="com.github.mattzhongchang" name="sparta-core" rev="1.1.8.RELEASE">
  <artifact name="sparta-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.mattzhongchang', module='sparta-core', version='1.1.8.RELEASE')
)libraryDependencies += "com.github.mattzhongchang" % "sparta-core" % "1.1.8.RELEASE"[com.github.mattzhongchang/sparta-core "1.1.8.RELEASE"]