json-bean-populator

Populate Java beans by annotations and given JSON data

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wnameless.json
ArtifactId

ArtifactId

json-bean-populator
Last Version

Last Version

0.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

json-bean-populator
Populate Java beans by annotations and given JSON data
Project URL

Project URL

https://github.com/wnameless/json-bean-populator

Download json-bean-populator

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.wnameless.json/json-bean-populator/ -->
<dependency>
    <groupId>com.github.wnameless.json</groupId>
    <artifactId>json-bean-populator</artifactId>
    <version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless.json/json-bean-populator/
implementation 'com.github.wnameless.json:json-bean-populator:0.6.2'
// https://jarcasting.com/artifacts/com.github.wnameless.json/json-bean-populator/
implementation ("com.github.wnameless.json:json-bean-populator:0.6.2")
'com.github.wnameless.json:json-bean-populator:jar:0.6.2'
<dependency org="com.github.wnameless.json" name="json-bean-populator" rev="0.6.2">
  <artifact name="json-bean-populator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless.json', module='json-bean-populator', version='0.6.2')
)
libraryDependencies += "com.github.wnameless.json" % "json-bean-populator" % "0.6.2"
[com.github.wnameless.json/json-bean-populator "0.6.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.wnameless.json : json-flattener jar 0.9.0

test (2)

Group / Artifact Type Version
com.google.guava : guava jar 29.0-jre
org.springframework.boot : spring-boot-starter-test jar 2.3.4.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0