| License |
License |
|---|---|
| GroupId | GroupIdcom.github.chrisdchristo |
| ArtifactId | ArtifactIdpipe-marshal-bson |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPipe BSON Marshaller
Plugin for Pipe to marshal BSON (mongo)
|
| Filename | Size |
|---|---|
| pipe-marshal-bson-1.0.0.pom | |
| pipe-marshal-bson-1.0.0.jar | 8 KB |
| pipe-marshal-bson-1.0.0-sources.jar | 5 KB |
| pipe-marshal-bson-1.0.0-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisdchristo/pipe-marshal-bson/ -->
<dependency>
<groupId>com.github.chrisdchristo</groupId>
<artifactId>pipe-marshal-bson</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisdchristo/pipe-marshal-bson/
implementation 'com.github.chrisdchristo:pipe-marshal-bson:1.0.0'
// https://jarcasting.com/artifacts/com.github.chrisdchristo/pipe-marshal-bson/
implementation ("com.github.chrisdchristo:pipe-marshal-bson:1.0.0")
'com.github.chrisdchristo:pipe-marshal-bson:jar:1.0.0'
<dependency org="com.github.chrisdchristo" name="pipe-marshal-bson" rev="1.0.0">
<artifact name="pipe-marshal-bson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisdchristo', module='pipe-marshal-bson', version='1.0.0')
)
libraryDependencies += "com.github.chrisdchristo" % "pipe-marshal-bson" % "1.0.0"
[com.github.chrisdchristo/pipe-marshal-bson "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.chrisdchristo : pipe | jar | 1.0.0 |
| org.mongodb : mongo-java-driver | jar | 3.4.2 |
| io.rest-assured : rest-assured | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| io.undertow : undertow-core | jar | 2.0.0.Alpha1 |
| io.rest-assured : json-schema-validator | jar | 3.0.2 |