| Категории |
КатегорииAnt Компиляция и сборка MongoDB Данные Базы данных |
|---|---|
| Группа | Группаorg.kantega.respiro |
| Идентификатор | Идентификаторrespiro-mongodb-test-plugin |
| Версия | Версия2.20 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-mongodb-test-plugin/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-mongodb-test-plugin</artifactId>
<version>2.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-mongodb-test-plugin/
implementation 'org.kantega.respiro:respiro-mongodb-test-plugin:2.20'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-mongodb-test-plugin/
implementation ("org.kantega.respiro:respiro-mongodb-test-plugin:2.20")
'org.kantega.respiro:respiro-mongodb-test-plugin:jar:2.20'
<dependency org="org.kantega.respiro" name="respiro-mongodb-test-plugin" rev="2.20">
<artifact name="respiro-mongodb-test-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-mongodb-test-plugin', version='2.20')
)
libraryDependencies += "org.kantega.respiro" % "respiro-mongodb-test-plugin" % "2.20"
[org.kantega.respiro/respiro-mongodb-test-plugin "2.20"]