| GroupId | GroupIdcom.github.mattzhongchang |
|---|---|
| ArtifactId | ArtifactIdsparta-serializer |
| Version | Version1.2.3.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| sparta-serializer-1.2.3.RELEASE.pom | |
| sparta-serializer-1.2.3.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.2.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-serializer/
implementation 'com.github.mattzhongchang:sparta-serializer:1.2.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-serializer/
implementation ("com.github.mattzhongchang:sparta-serializer:1.2.3.RELEASE")
'com.github.mattzhongchang:sparta-serializer:jar:1.2.3.RELEASE'
<dependency org="com.github.mattzhongchang" name="sparta-serializer" rev="1.2.3.RELEASE">
<artifact name="sparta-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mattzhongchang', module='sparta-serializer', version='1.2.3.RELEASE')
)
libraryDependencies += "com.github.mattzhongchang" % "sparta-serializer" % "1.2.3.RELEASE"
[com.github.mattzhongchang/sparta-serializer "1.2.3.RELEASE"]