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