License |
License
The MIT License
|
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.dayan888 |
ArtifactId | ArtifactIdjson-serializer |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJson Serializer
Dynamically specify fields of object to convert to json string.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-serializer-0.5.pom | |
json-serializer-0.5.jar | 9 KB |
json-serializer-0.5-sources.jar | 3 KB |
json-serializer-0.5-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/ -->
<dependency>
<groupId>com.github.dayan888</groupId>
<artifactId>json-serializer</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/
implementation 'com.github.dayan888:json-serializer:0.5'
// https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/
implementation ("com.github.dayan888:json-serializer:0.5")
'com.github.dayan888:json-serializer:jar:0.5'
<dependency org="com.github.dayan888" name="json-serializer" rev="0.5">
<artifact name="json-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dayan888', module='json-serializer', version='0.5')
)
libraryDependencies += "com.github.dayan888" % "json-serializer" % "0.5"
[com.github.dayan888/json-serializer "0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.8 |
junit : junit | jar | 4.13.1 |