License |
License |
---|---|
GroupId | GroupIdio.virtualan |
ArtifactId | ArtifactIdmapson |
Version | Version1.1.4 |
Type | Typejar |
Description |
Descriptionmapson
MAPson, CSVson library represents JSON as MAP with key as Json-Path and CSV based JSON representation. MAPson provides options to work
json as MAP and Customized CSV.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mapson-1.1.4.pom | |
mapson-1.1.4.jar | 17 KB |
mapson-1.1.4-sources.jar | 12 KB |
mapson-1.1.4-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.virtualan/mapson/ -->
<dependency>
<groupId>io.virtualan</groupId>
<artifactId>mapson</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.virtualan/mapson/
implementation 'io.virtualan:mapson:1.1.4'
// https://jarcasting.com/artifacts/io.virtualan/mapson/
implementation ("io.virtualan:mapson:1.1.4")
'io.virtualan:mapson:jar:1.1.4'
<dependency org="io.virtualan" name="mapson" rev="1.1.4">
<artifact name="mapson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.virtualan', module='mapson', version='1.1.4')
)
libraryDependencies += "io.virtualan" % "mapson" % "1.1.4"
[io.virtualan/mapson "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20190722 |
org.skyscreamer : jsonassert | jar | 1.5.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
io.cucumber : cucumber-java | jar | 4.8.0 |
io.cucumber : cucumber-junit | jar | 4.8.0 |