| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ops4j.pax.warp.itest |
| Идентификатор | Идентификаторitest-templates |
| Последняя версия | Последняя версия0.7.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOPS4J Pax Warp Templates for Integration Tests
Database Transformations
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| itest-templates-0.7.0.pom | |
| itest-templates-0.7.0.jar | 2 KB |
| itest-templates-0.7.0-sources.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-templates/ -->
<dependency>
<groupId>org.ops4j.pax.warp.itest</groupId>
<artifactId>itest-templates</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-templates/
implementation 'org.ops4j.pax.warp.itest:itest-templates:0.7.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-templates/
implementation ("org.ops4j.pax.warp.itest:itest-templates:0.7.0")
'org.ops4j.pax.warp.itest:itest-templates:jar:0.7.0'
<dependency org="org.ops4j.pax.warp.itest" name="itest-templates" rev="0.7.0">
<artifact name="itest-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.warp.itest', module='itest-templates', version='0.7.0')
)
libraryDependencies += "org.ops4j.pax.warp.itest" % "itest-templates" % "0.7.0"
[org.ops4j.pax.warp.itest/itest-templates "0.7.0"]