License |
License |
---|---|
GroupId | GroupIdio.virtualan |
ArtifactId | ArtifactIdmapson |
Version | Version1.1.12 |
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.12.pom | |
mapson-1.1.12.jar | 18 KB |
mapson-1.1.12-sources.jar | 12 KB |
mapson-1.1.12-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.virtualan/mapson/ -->
<dependency>
<groupId>io.virtualan</groupId>
<artifactId>mapson</artifactId>
<version>1.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.virtualan/mapson/
implementation 'io.virtualan:mapson:1.1.12'
// https://jarcasting.com/artifacts/io.virtualan/mapson/
implementation ("io.virtualan:mapson:1.1.12")
'io.virtualan:mapson:jar:1.1.12'
<dependency org="io.virtualan" name="mapson" rev="1.1.12">
<artifact name="mapson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.virtualan', module='mapson', version='1.1.12')
)
libraryDependencies += "io.virtualan" % "mapson" % "1.1.12"
[io.virtualan/mapson "1.1.12"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20210307 |
org.skyscreamer : jsonassert | jar | 1.5.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.projectlombok : lombok | jar | 1.18.22 |
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 |