License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.wnameless |
ArtifactId | ArtifactIdjson-bean-populator |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-bean-populator
Populate Java beans by annotations and given JSON data
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.wnameless/json-bean-populator/ -->
<dependency>
<groupId>com.github.wnameless</groupId>
<artifactId>json-bean-populator</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless/json-bean-populator/
implementation 'com.github.wnameless:json-bean-populator:0.1.0'
// https://jarcasting.com/artifacts/com.github.wnameless/json-bean-populator/
implementation ("com.github.wnameless:json-bean-populator:0.1.0")
'com.github.wnameless:json-bean-populator:jar:0.1.0'
<dependency org="com.github.wnameless" name="json-bean-populator" rev="0.1.0">
<artifact name="json-bean-populator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless', module='json-bean-populator', version='0.1.0')
)
libraryDependencies += "com.github.wnameless" % "json-bean-populator" % "0.1.0"
[com.github.wnameless/json-bean-populator "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.wnameless : json-flattener | jar | 0.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 26.0-jre |
junit : junit | jar | 4.12 |