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