License |
License |
---|---|
GroupId | GroupIdorg.jongo |
ArtifactId | ArtifactIdjongo |
Last Version | Last Version1.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJongo
Query in Java as in Mongo shell
|
Project URL |
Project URL |
Filename | Size |
---|---|
jongo-1.5.0.pom | |
jongo-1.5.0.jar | 17 KB |
jongo-1.5.0-sources.jar | 13 KB |
jongo-1.5.0-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jongo/jongo/ -->
<dependency>
<groupId>org.jongo</groupId>
<artifactId>jongo</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jongo/jongo/
implementation 'org.jongo:jongo:1.5.0'
// https://jarcasting.com/artifacts/org.jongo/jongo/
implementation ("org.jongo:jongo:1.5.0")
'org.jongo:jongo:jar:1.5.0'
<dependency org="org.jongo" name="jongo" rev="1.5.0">
<artifact name="jongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jongo', module='jongo', version='1.5.0')
)
libraryDependencies += "org.jongo" % "jongo" % "1.5.0"
[org.jongo/jongo "1.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | [2.7.0,2.12.3] |
com.fasterxml.jackson.core : jackson-databind | jar | [2.7.0,2.12.3] |
com.fasterxml.jackson.core : jackson-annotations | jar | [2.7.0,2.12.3] |
de.undercouch : bson4jackson | jar | 2.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongodb-driver-legacy | jar | [4.0.0,4.2.1] |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 1.4.0 |
org.mockito : mockito-all | jar | 1.9.0 |
com.google.caliper : caliper | jar | 0.5-rc1 |
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 3.0.0 |
org.reflections : reflections | jar | 0.9.12 |