is not current version
Last Version 0.5

com.github.dayan888:json-serializer 0.3

Dynamically specify fields of object to convert to json string.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.dayan888
ArtifactId

ArtifactId

json-serializer
Version

Version

0.3
Type

Type

pom

Download json-serializer 0.3

Filename Size
json-serializer-0.3.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/ -->
<dependency>
    <groupId>com.github.dayan888</groupId>
    <artifactId>json-serializer</artifactId>
    <version>0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/
implementation 'com.github.dayan888:json-serializer:0.3'
// https://jarcasting.com/artifacts/com.github.dayan888/json-serializer/
implementation ("com.github.dayan888:json-serializer:0.3")
'com.github.dayan888:json-serializer:pom:0.3'
<dependency org="com.github.dayan888" name="json-serializer" rev="0.3">
  <artifact name="json-serializer" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dayan888', module='json-serializer', version='0.3')
)
libraryDependencies += "com.github.dayan888" % "json-serializer" % "0.3"
[com.github.dayan888/json-serializer "0.3"]