Last Version

JSON Patch Essentials 1.0.0

JSON Patch Essentials contain utility classes useful for capturing and applying RFC 6902 compliant JSON patches from and to Java POJOs.

License

License

Categories

Categories

Ant Build Tools JSON Data
GroupId

GroupId

com.mantledillusion.essentials
ArtifactId

ArtifactId

json-patch-essentials
Version

Version

1.0.0
Type

Type

jar
Description

Description

JSON Patch Essentials
JSON Patch Essentials contain utility classes useful for capturing and applying RFC 6902 compliant JSON patches from and to Java POJOs.
Project URL

Project URL

http://www.mantledillusion.com

Download json-patch-essentials 1.0.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.flipkart.zjsonpatch : zjsonpatch jar 0.4.9
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.9.8

provided (1)

Group / Artifact Type Version
javax.validation : validation-api jar 2.0.1.Final

test (4)

Group / Artifact Type Version
org.glassfish : javax.el jar 3.0.0
org.hibernate.validator : hibernate-validator jar 6.1.0.Final
org.hibernate.validator : hibernate-validator-annotation-processor jar 6.1.0.Final
org.junit.jupiter : junit-jupiter-engine jar 5.5.2

Project Modules

There are no modules declared in this project.