is not current version
Last Version 0.6.2

com.github.wnameless.json:json-bean-populator 0.5.0

Populate Java beans by annotations and given JSON data

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wnameless.json
ArtifactId

ArtifactId

json-bean-populator
Version

Version

0.5.0
Type

Type

jar

Download json-bean-populator 0.5.0


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