Последняя версия

mongounit 2.0.1

MongoUnit is a data driven Integration testing framework for Spring Boot based applications that use MongoDB for persistence. The framework enables the developer to test the data access logic with relative ease.

Лицензия

Лицензия

Группа

Группа

org.mongounit
Идентификатор

Идентификатор

mongounit
Версия

Версия

2.0.1
Тип

Тип

jar
Описание

Описание

mongounit
MongoUnit is a data driven Integration testing framework for Spring Boot based applications that use MongoDB for persistence. The framework enables the developer to test the data access logic with relative ease.
Ссылка на сайт

Ссылка на сайт

https://github.com/mongounit/mongounit
Система контроля версий

Система контроля версий

https://github.com/mongounit/mongounit/tree/master

Скачать mongounit 2.0.1


<!-- https://jarcasting.com/artifacts/org.mongounit/mongounit/ -->
<dependency>
    <groupId>org.mongounit</groupId>
    <artifactId>mongounit</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mongounit/mongounit/
implementation 'org.mongounit:mongounit:2.0.1'
// https://jarcasting.com/artifacts/org.mongounit/mongounit/
implementation ("org.mongounit:mongounit:2.0.1")
'org.mongounit:mongounit:jar:2.0.1'
<dependency org="org.mongounit" name="mongounit" rev="2.0.1">
  <artifact name="mongounit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mongounit', module='mongounit', version='2.0.1')
)
libraryDependencies += "org.mongounit" % "mongounit" % "2.0.1"
[org.mongounit/mongounit "2.0.1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-data-mongodb jar 2.3.4.RELEASE
org.springframework.boot : spring-boot-starter-test jar 2.3.4.RELEASE
org.springframework.boot : spring-boot-starter-json jar 2.3.4.RELEASE
org.mongodb : mongodb-driver-legacy jar 4.0.5

runtime (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-devtools jar 2.3.4.RELEASE

Модули Проекта

Данный проект не имеет модулей.