jsonlib

json 业务库,方便业务统一使用

License

License

Categories

Categories

JSON Data
GroupId

GroupId

tk.fishfish
ArtifactId

ArtifactId

jsonlib
Last Version

Last Version

1.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

jsonlib
json 业务库,方便业务统一使用
Project URL

Project URL

https://github.com/xuanbo/jsonlib

Download jsonlib

How to add to project

<!-- https://jarcasting.com/artifacts/tk.fishfish/jsonlib/ -->
<dependency>
    <groupId>tk.fishfish</groupId>
    <artifactId>jsonlib</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/tk.fishfish/jsonlib/
implementation 'tk.fishfish:jsonlib:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/tk.fishfish/jsonlib/
implementation ("tk.fishfish:jsonlib:1.0.0.RELEASE")
'tk.fishfish:jsonlib:jar:1.0.0.RELEASE'
<dependency org="tk.fishfish" name="jsonlib" rev="1.0.0.RELEASE">
  <artifact name="jsonlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.fishfish', module='jsonlib', version='1.0.0.RELEASE')
)
libraryDependencies += "tk.fishfish" % "jsonlib" % "1.0.0.RELEASE"
[tk.fishfish/jsonlib "1.0.0.RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-json jar
com.jayway.jsonpath : json-path jar
org.codehaus.groovy : groovy jar

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0.RELEASE