License |
License |
---|---|
GroupId | GroupIdorg.jongo |
ArtifactId | ArtifactIdjongo |
Version | Version1.4.1 |
Type | Typejar |
Description |
DescriptionJongo
Query in Java as in Mongo shell
|
Project URL |
Project URL |
Filename | Size |
---|---|
jongo-1.4.1.pom | |
jongo-1.4.1.jar | 102 KB |
jongo-1.4.1-tests.jar | 218 KB |
jongo-1.4.1-sources.jar | 70 KB |
jongo-1.4.1-javadoc.jar | 313 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jongo/jongo/ -->
<dependency>
<groupId>org.jongo</groupId>
<artifactId>jongo</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jongo/jongo/
implementation 'org.jongo:jongo:1.4.1'
// https://jarcasting.com/artifacts/org.jongo/jongo/
implementation ("org.jongo:jongo:1.4.1")
'org.jongo:jongo:jar:1.4.1'
<dependency org="org.jongo" name="jongo" rev="1.4.1">
<artifact name="jongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jongo', module='jongo', version='1.4.1')
)
libraryDependencies += "org.jongo" % "jongo" % "1.4.1"
[org.jongo/jongo "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.9.10 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.10 |
de.undercouch : bson4jackson | jar | 2.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongo-java-driver | jar | [3.5.0,3.10.1] |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
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 | 2.2.0 |
org.reflections : reflections | jar | 0.9.9-RC1 |