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