| Категории |
КатегорииMongoDB Данные Базы данных |
|---|---|
| Группа | Группаcom.lordofthejars |
| Идентификатор | Идентификаторnosqlunit-mongodb |
| Версия | Версия0.7.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nosqlunit-mongodb-0.7.1.pom | |
| nosqlunit-mongodb-0.7.1.jar | 24 KB |
| nosqlunit-mongodb-0.7.1-sources.jar | 10 KB |
| nosqlunit-mongodb-0.7.1-javadoc.jar | 84 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-mongodb/ -->
<dependency>
<groupId>com.lordofthejars</groupId>
<artifactId>nosqlunit-mongodb</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-mongodb/
implementation 'com.lordofthejars:nosqlunit-mongodb:0.7.1'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit-mongodb/
implementation ("com.lordofthejars:nosqlunit-mongodb:0.7.1")
'com.lordofthejars:nosqlunit-mongodb:jar:0.7.1'
<dependency org="com.lordofthejars" name="nosqlunit-mongodb" rev="0.7.1">
<artifact name="nosqlunit-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit-mongodb', version='0.7.1')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit-mongodb" % "0.7.1"
[com.lordofthejars/nosqlunit-mongodb "0.7.1"]