is not current version
Last Version 0.4.12

com.ebay.bsonpatch:bsonpatch 0.4.3

Java Library to find / apply JSON Patches according to RFC 6902 against BsonValues

GroupId

GroupId

com.ebay.bsonpatch
ArtifactId

ArtifactId

bsonpatch
Version

Version

0.4.3
Type

Type

jar

Download bsonpatch 0.4.3


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