License |
License
The MIT License
|
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.dayan888 |
ArtifactId | ArtifactIdjson-serializer |
Version | Version0.4 |
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.4.pom | |
json-serializer-0.4.jar | 9 KB |
json-serializer-0.4-sources.jar | 3 KB |
json-serializer-0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/
implementation 'com.github.dayan888:json-serializer:0.4'
// https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/
implementation ("com.github.dayan888:json-serializer:0.4")
'com.github.dayan888:json-serializer:jar:0.4'
<dependency org="com.github.dayan888" name="json-serializer" rev="0.4">
<artifact name="json-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dayan888', module='json-serializer', version='0.4')
)
libraryDependencies += "com.github.dayan888" % "json-serializer" % "0.4"
[com.github.dayan888/json-serializer "0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9.3 |
junit : junit | jar | 4.12 |