License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdtop.jfunc.common |
ArtifactId | ArtifactIdconverter |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconverter
字符串转换为JsonObject、JsonArray、JavaBean等,依赖Json实现
|
Filename | Size |
---|---|
converter-1.8.0.pom | |
converter-1.8.0.jar | 3 KB |
converter-1.8.0-sources.jar | 3 KB |
converter-1.8.0-javadoc.jar | 32 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
top.jfunc.json : json-fastjson | jar | 1.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |