is not current version
Last Version 1.5.1

com.github.fslev:jsonassert-extended 1.5.0

An extended implementation of the JSONAssert library

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fslev
ArtifactId

ArtifactId

jsonassert-extended
Version

Version

1.5.0
Type

Type

jar

Download jsonassert-extended 1.5.0


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