is not current version
Last Version 0.6.2

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

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.6.1
Type

Type

jar

Download json-bean-populator 0.6.1


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