is not current version
Last Version 1.8.0

top.jfunc.common:converter 1.3

字符串转换为JsonObject、JsonArray、JavaBean等,依赖Json实现

GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

converter
Version

Version

1.3
Type

Type

jar

Download converter 1.3


<!-- https://jarcasting.com/artifacts/top.jfunc.common/converter/ -->
<dependency>
    <groupId>top.jfunc.common</groupId>
    <artifactId>converter</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.common/converter/
implementation 'top.jfunc.common:converter:1.3'
// https://jarcasting.com/artifacts/top.jfunc.common/converter/
implementation ("top.jfunc.common:converter:1.3")
'top.jfunc.common:converter:jar:1.3'
<dependency org="top.jfunc.common" name="converter" rev="1.3">
  <artifact name="converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.common', module='converter', version='1.3')
)
libraryDependencies += "top.jfunc.common" % "converter" % "1.3"
[top.jfunc.common/converter "1.3"]