| License |
License |
|---|---|
| Categories |
CategoriesMongoDB Data Databases |
| GroupId | GroupIdorg.ingini.mongodb |
| ArtifactId | ArtifactIdmongo-testbed |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMongo TestBed
Facilitating Java integration test development for MongoDB
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mongo-testbed-0.0.4.pom | |
| mongo-testbed-0.0.4.jar | 13 KB |
| mongo-testbed-0.0.4-sources.jar | 6 KB |
| mongo-testbed-0.0.4-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ingini.mongodb/mongo-testbed/ -->
<dependency>
<groupId>org.ingini.mongodb</groupId>
<artifactId>mongo-testbed</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ingini.mongodb/mongo-testbed/
implementation 'org.ingini.mongodb:mongo-testbed:0.0.4'
// https://jarcasting.com/artifacts/org.ingini.mongodb/mongo-testbed/
implementation ("org.ingini.mongodb:mongo-testbed:0.0.4")
'org.ingini.mongodb:mongo-testbed:jar:0.0.4'
<dependency org="org.ingini.mongodb" name="mongo-testbed" rev="0.0.4">
<artifact name="mongo-testbed" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ingini.mongodb', module='mongo-testbed', version='0.0.4')
)
libraryDependencies += "org.ingini.mongodb" % "mongo-testbed" % "0.0.4"
[org.ingini.mongodb/mongo-testbed "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.lordofthejars : nosqlunit-core | jar | 0.4.0 |
| org.slf4j : slf4j-api | jar | 1.6.6 |
| ch.qos.logback : logback-classic | jar | 1.0.6 |
| org.mongodb : mongo-java-driver | jar | 2.8.0 |
| de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 1.23 |
| junit : junit | jar | 4.10 |
| org.easytesting : fest-reflect | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.easytesting : fest-assert | jar | 1.4 |