essentials
Parent to multiple utility style sub modules.
License |
License |
---|---|
Categories |
CategoriesAnt Build Tools JSON Data |
GroupId | GroupIdcom.mantledillusion.essentials |
ArtifactId | ArtifactIdjson-patch-essentials |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON 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 |
Filename | Size |
---|---|
json-patch-essentials-1.0.0.pom | |
json-patch-essentials-1.0.0.jar | 16 KB |
json-patch-essentials-1.0.0-sources.jar | 13 KB |
json-patch-essentials-1.0.0-javadoc.jar | 104 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.flipkart.zjsonpatch : zjsonpatch | jar | 0.4.9 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.8 |
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 2.0.1.Final |
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 |
Parent to multiple utility style sub modules.