is not current version
Last Version 1.8.0

top.jfunc.common:converter 1.4

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

GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

converter
Version

Version

1.4
Type

Type

jar

Download converter 1.4


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