Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.opendevl |
ArtifactId | ArtifactIdjson2flat |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
json2flat-1.0.pom | |
json2flat-1.0.jar | 19 KB |
json2flat-1.0-sources.jar | 15 KB |
json2flat-1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.opendevl/json2flat/ -->
<dependency>
<groupId>com.github.opendevl</groupId>
<artifactId>json2flat</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.opendevl/json2flat/
implementation 'com.github.opendevl:json2flat:1.0'
// https://jarcasting.com/artifacts/com.github.opendevl/json2flat/
implementation ("com.github.opendevl:json2flat:1.0")
'com.github.opendevl:json2flat:jar:1.0'
<dependency org="com.github.opendevl" name="json2flat" rev="1.0">
<artifact name="json2flat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.opendevl', module='json2flat', version='1.0')
)
libraryDependencies += "com.github.opendevl" % "json2flat" % "1.0"
[com.github.opendevl/json2flat "1.0"]