GroupId | GroupIdio.github.jinlongliao |
---|---|
ArtifactId | ArtifactIdcommons-serialize |
Last Version | Last Version1.0.1.release |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
commons-serialize-1.0.1.release.pom | 615 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jinlongliao/commons-serialize/ -->
<dependency>
<groupId>io.github.jinlongliao</groupId>
<artifactId>commons-serialize</artifactId>
<version>1.0.1.release</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jinlongliao/commons-serialize/
implementation 'io.github.jinlongliao:commons-serialize:1.0.1.release'
// https://jarcasting.com/artifacts/io.github.jinlongliao/commons-serialize/
implementation ("io.github.jinlongliao:commons-serialize:1.0.1.release")
'io.github.jinlongliao:commons-serialize:pom:1.0.1.release'
<dependency org="io.github.jinlongliao" name="commons-serialize" rev="1.0.1.release">
<artifact name="commons-serialize" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jinlongliao', module='commons-serialize', version='1.0.1.release')
)
libraryDependencies += "io.github.jinlongliao" % "commons-serialize" % "1.0.1.release"
[io.github.jinlongliao/commons-serialize "1.0.1.release"]