io.github.davidkgp:json-lib

This project does a json payload sub set matching between two payloads

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.github.davidkgp
ArtifactId

ArtifactId

json-lib
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

io.github.davidkgp:json-lib
This project does a json payload sub set matching between two payloads
Project URL

Project URL

https://github.com/davidkgp/json-lib
Source Code Management

Source Code Management

https://github.com/davidkgp/json-lib/tree/master

Download json-lib

Filename Size
json-lib-1.0.3.pom 3 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.davidkgp/json-lib/ -->
<dependency>
    <groupId>io.github.davidkgp</groupId>
    <artifactId>json-lib</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidkgp/json-lib/
implementation 'io.github.davidkgp:json-lib:1.0.3'
// https://jarcasting.com/artifacts/io.github.davidkgp/json-lib/
implementation ("io.github.davidkgp:json-lib:1.0.3")
'io.github.davidkgp:json-lib:pom:1.0.3'
<dependency org="io.github.davidkgp" name="json-lib" rev="1.0.3">
  <artifact name="json-lib" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.davidkgp', module='json-lib', version='1.0.3')
)
libraryDependencies += "io.github.davidkgp" % "json-lib" % "1.0.3"
[io.github.davidkgp/json-lib "1.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • json-parse
  • json-compare

Build Status Maven Central

json-lib

library for JSON Sub set matching

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0