converter

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

License

License

The Apache Software License, Version 2.0
GroupId

GroupId

top.jfunc.common
ArtifactId

ArtifactId

converter
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download converter

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
top.jfunc.json : json-fastjson jar 1.8.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.8.0
1.4
1.3