License |
License |
---|---|
Categories |
CategoriesIDE Development Tools MongoDB Data Databases Container |
GroupId | GroupIdcom.avides.springboot.testcontainer |
ArtifactId | ArtifactIdspringboot-testcontainer-mongodb |
Version | Version1.0.0-RC2 |
Type | Typejar |
Description |
Descriptionspringboot-testcontainer-mongodb
MongoDB test-container
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.avides.springboot.testcontainer/springboot-testcontainer-mongodb/ -->
<dependency>
<groupId>com.avides.springboot.testcontainer</groupId>
<artifactId>springboot-testcontainer-mongodb</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.avides.springboot.testcontainer/springboot-testcontainer-mongodb/
implementation 'com.avides.springboot.testcontainer:springboot-testcontainer-mongodb:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.avides.springboot.testcontainer/springboot-testcontainer-mongodb/
implementation ("com.avides.springboot.testcontainer:springboot-testcontainer-mongodb:1.0.0-RC2")
'com.avides.springboot.testcontainer:springboot-testcontainer-mongodb:jar:1.0.0-RC2'
<dependency org="com.avides.springboot.testcontainer" name="springboot-testcontainer-mongodb" rev="1.0.0-RC2">
<artifact name="springboot-testcontainer-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avides.springboot.testcontainer', module='springboot-testcontainer-mongodb', version='1.0.0-RC2')
)
libraryDependencies += "com.avides.springboot.testcontainer" % "springboot-testcontainer-mongodb" % "1.0.0-RC2"
[com.avides.springboot.testcontainer/springboot-testcontainer-mongodb "1.0.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
com.avides.springboot.testcontainer : springboot-testcontainer-common | jar | 1.0.0-RC2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.1.RELEASE |
org.springframework.data : spring-data-mongodb | jar | 2.2.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.14.0 |
org.easymock : easymock | jar | 4.1 |
org.powermock : powermock-module-junit4 | jar | 2.0.4 |
org.powermock : powermock-api-easymock | jar | 2.0.4 |
org.jacoco : org.jacoco.agent | jar | 0.8.5 |
org.springframework : spring-test | jar | 5.2.1.RELEASE |
org.springframework.boot : spring-boot-test | jar | 2.2.1.RELEASE |
ch.qos.logback : logback-classic | jar | 1.2.3 |