| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.techmale |
| ArtifactId | ArtifactIdmJSONWrapper |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMinimal JSON Library Wrapper
Wraps mjson, providing full path accessors to JSON data, meaningful exception when expectation fail and JSON comparator for unit testing.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mJSONWrapper-1.1.pom | |
| mJSONWrapper-1.1.jar | 10 KB |
| mJSONWrapper-1.1-sources.jar | 4 KB |
| mJSONWrapper-1.1-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.techmale/mJSONWrapper/ -->
<dependency>
<groupId>com.techmale</groupId>
<artifactId>mJSONWrapper</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.techmale/mJSONWrapper/
implementation 'com.techmale:mJSONWrapper:1.1'
// https://jarcasting.com/artifacts/com.techmale/mJSONWrapper/
implementation ("com.techmale:mJSONWrapper:1.1")
'com.techmale:mJSONWrapper:jar:1.1'
<dependency org="com.techmale" name="mJSONWrapper" rev="1.1">
<artifact name="mJSONWrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.techmale', module='mJSONWrapper', version='1.1')
)
libraryDependencies += "com.techmale" % "mJSONWrapper" % "1.1"
[com.techmale/mJSONWrapper "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.sharegov : mjson | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| commons-io : commons-io | jar | 1.3.2 |