| Группа | Группаru.darklogic.jericho |
|---|---|
| Идентификатор | Идентификаторintegration-tests |
| Версия | Версия1.1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| integration-tests-1.1.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ru.darklogic.jericho/integration-tests/ -->
<dependency>
<groupId>ru.darklogic.jericho</groupId>
<artifactId>integration-tests</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.darklogic.jericho/integration-tests/
implementation 'ru.darklogic.jericho:integration-tests:1.1.0'
// https://jarcasting.com/artifacts/ru.darklogic.jericho/integration-tests/
implementation ("ru.darklogic.jericho:integration-tests:1.1.0")
'ru.darklogic.jericho:integration-tests:pom:1.1.0'
<dependency org="ru.darklogic.jericho" name="integration-tests" rev="1.1.0">
<artifact name="integration-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.darklogic.jericho', module='integration-tests', version='1.1.0')
)
libraryDependencies += "ru.darklogic.jericho" % "integration-tests" % "1.1.0"
[ru.darklogic.jericho/integration-tests "1.1.0"]