is not current version
Last Version 0.1.2

com.blogspot.toomuchcoding:jsonassert 0.1.0

Small library for those who have a hard time understanding the complexity of JSON Path.'

Categories

Categories

JSON Data
GroupId

GroupId

com.blogspot.toomuchcoding
ArtifactId

ArtifactId

jsonassert
Version

Version

0.1.0
Type

Type

jar

Download jsonassert 0.1.0


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