| License |
License |
|---|---|
| GroupId | GroupIdcom.ebay.bsonpatch |
| ArtifactId | ArtifactIdbsonpatch |
| Last Version | Last Version0.4.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.ebay.bsonpatch:bsonpatch
Java Library to find / apply JSON Patches according to RFC 6902 against BsonValues
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bsonpatch-0.4.12.pom | |
| bsonpatch-0.4.12.jar | 33 KB |
| bsonpatch-0.4.12-sources.jar | 25 KB |
| bsonpatch-0.4.12-javadoc.jar | 435 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ebay.bsonpatch/bsonpatch/ -->
<dependency>
<groupId>com.ebay.bsonpatch</groupId>
<artifactId>bsonpatch</artifactId>
<version>0.4.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.ebay.bsonpatch/bsonpatch/
implementation 'com.ebay.bsonpatch:bsonpatch:0.4.12'
// https://jarcasting.com/artifacts/com.ebay.bsonpatch/bsonpatch/
implementation ("com.ebay.bsonpatch:bsonpatch:0.4.12")
'com.ebay.bsonpatch:bsonpatch:jar:0.4.12'
<dependency org="com.ebay.bsonpatch" name="bsonpatch" rev="0.4.12">
<artifact name="bsonpatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ebay.bsonpatch', module='bsonpatch', version='0.4.12')
)
libraryDependencies += "com.ebay.bsonpatch" % "bsonpatch" % "0.4.12"
[com.ebay.bsonpatch/bsonpatch "0.4.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mongodb : mongo-java-driver | jar | 3.12.10 |
| org.apache.commons : commons-collections4 | jar | 4.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.7 |
| junit : junit | jar | 4.13.1 |