| Categories |
CategoriesMongoDB Data Databases |
|---|---|
| GroupId | GroupIdcom.lordofthejars |
| ArtifactId | ArtifactIdnosqlunit-mongodb |
| Version | Version0.7.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nosqlunit-mongodb-0.7.4.pom | |
| nosqlunit-mongodb-0.7.4.jar | 71 KB |
| nosqlunit-mongodb-0.7.4-sources.jar | 32 KB |
| nosqlunit-mongodb-0.7.4-javadoc.jar | 229 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-mongodb/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit-mongodb</artifactId>
<version>0.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-mongodb/
implementation 'com.lordofthejars:nosqlunit-mongodb:0.7.4'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-mongodb/
implementation ("com.lordofthejars:nosqlunit-mongodb:0.7.4")
'com.lordofthejars:nosqlunit-mongodb:jar:0.7.4'
<dependency org="com.lordofthejars" name="nosqlunit-mongodb" rev="0.7.4">
<artifact name="nosqlunit-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit-mongodb', version='0.7.4')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit-mongodb" % "0.7.4"
[com.lordofthejars/nosqlunit-mongodb "0.7.4"]