Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.wnameless |
ArtifactId | ArtifactIdjson-flattener |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
json-flattener-0.6.0.pom | |
json-flattener-0.6.0.jar | 27 KB |
json-flattener-0.6.0-sources.jar | 18 KB |
json-flattener-0.6.0-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wnameless/json-flattener/ -->
<dependency>
<groupId>com.github.wnameless</groupId>
<artifactId>json-flattener</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wnameless/json-flattener/
implementation 'com.github.wnameless:json-flattener:0.6.0'
// https://jarcasting.com/artifacts/com.github.wnameless/json-flattener/
implementation ("com.github.wnameless:json-flattener:0.6.0")
'com.github.wnameless:json-flattener:jar:0.6.0'
<dependency org="com.github.wnameless" name="json-flattener" rev="0.6.0">
<artifact name="json-flattener" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wnameless', module='json-flattener', version='0.6.0')
)
libraryDependencies += "com.github.wnameless" % "json-flattener" % "0.6.0"
[com.github.wnameless/json-flattener "0.6.0"]