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