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