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