is not current version
Last Version 1.1

com.techmale:mJSONWrapper 1.0

Wraps mjson, providing full path accessors to JSON data, meaningful exception when expectation fail and JSON comparator for unit testing.

Categories

Categories

JSON Data
GroupId

GroupId

com.techmale
ArtifactId

ArtifactId

mJSONWrapper
Version

Version

1.0
Type

Type

jar

Download mJSONWrapper 1.0


<!-- https://jarcasting.com/artifacts/com.techmale/mJSONWrapper/ -->
<dependency>
    <groupId>com.techmale</groupId>
    <artifactId>mJSONWrapper</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.techmale/mJSONWrapper/
implementation 'com.techmale:mJSONWrapper:1.0'
// https://jarcasting.com/artifacts/com.techmale/mJSONWrapper/
implementation ("com.techmale:mJSONWrapper:1.0")
'com.techmale:mJSONWrapper:jar:1.0'
<dependency org="com.techmale" name="mJSONWrapper" rev="1.0">
  <artifact name="mJSONWrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techmale', module='mJSONWrapper', version='1.0')
)
libraryDependencies += "com.techmale" % "mJSONWrapper" % "1.0"
[com.techmale/mJSONWrapper "1.0"]