Categories |
CategoriesMongoDB Data Databases JUnit Unit Testing |
---|---|
GroupId | GroupIdio.fares.junit.mongodb |
ArtifactId | ArtifactIdmongodb-junit-test |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
mongodb-junit-test-1.0.2.pom | |
mongodb-junit-test-1.0.2.jar | 11 KB |
mongodb-junit-test-1.0.2-sources.jar | 8 KB |
mongodb-junit-test-1.0.2-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fares.junit.mongodb/mongodb-junit-test/ -->
<dependency>
<groupId>io.fares.junit.mongodb</groupId>
<artifactId>mongodb-junit-test</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.fares.junit.mongodb/mongodb-junit-test/
implementation 'io.fares.junit.mongodb:mongodb-junit-test:1.0.2'
// https://jarcasting.com/artifacts/io.fares.junit.mongodb/mongodb-junit-test/
implementation ("io.fares.junit.mongodb:mongodb-junit-test:1.0.2")
'io.fares.junit.mongodb:mongodb-junit-test:jar:1.0.2'
<dependency org="io.fares.junit.mongodb" name="mongodb-junit-test" rev="1.0.2">
<artifact name="mongodb-junit-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fares.junit.mongodb', module='mongodb-junit-test', version='1.0.2')
)
libraryDependencies += "io.fares.junit.mongodb" % "mongodb-junit-test" % "1.0.2"
[io.fares.junit.mongodb/mongodb-junit-test "1.0.2"]