Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.dayan888 |
ArtifactId | ArtifactIdjson-serializer |
Version | Version0.3 |
Type | Typepom |
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"]