Kevoree Standard Libraries
This repository contains all the Kevoree libraries officially maintained by the Kevoree team.
License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases |
GroupId | GroupIdorg.kevoree.library |
ArtifactId | ArtifactIdchan-mongodb |
Last Version | Last Version5.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKevoree :: Library :: MongoChan
Kevoree Java Standard Libraries
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
chan-mongodb-5.5.3.pom | |
chan-mongodb-5.5.3.jar | 8 KB |
chan-mongodb-5.5.3-sources.jar | 2 KB |
chan-mongodb-5.5.3-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kevoree.library/chan-mongodb/ -->
<dependency>
<groupId>org.kevoree.library</groupId>
<artifactId>chan-mongodb</artifactId>
<version>5.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.library/chan-mongodb/
implementation 'org.kevoree.library:chan-mongodb:5.5.3'
// https://jarcasting.com/artifacts/org.kevoree.library/chan-mongodb/
implementation ("org.kevoree.library:chan-mongodb:5.5.3")
'org.kevoree.library:chan-mongodb:jar:5.5.3'
<dependency org="org.kevoree.library" name="chan-mongodb" rev="5.5.3">
<artifact name="chan-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.library', module='chan-mongodb', version='5.5.3')
)
libraryDependencies += "org.kevoree.library" % "chan-mongodb" % "5.5.3"
[org.kevoree.library/chan-mongodb "5.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongodb-driver-async | jar | 3.4.2 |
com.google.code.gson : gson | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.kevoree : org.kevoree.api | jar | 5.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
This repository contains all the Kevoree libraries officially maintained by the Kevoree team.