не последняя версия
Последняя версия 5.0.0.M1

org.ops4j.pax.web:itest 2.1.2

Integration tests for Pax Web

Группа

Группа

org.ops4j.pax.web
Идентификатор

Идентификатор

itest
Версия

Версия

2.1.2
Тип

Тип

jar

Скачать itest 2.1.2

Имя Файла Размер
itest-2.1.2.pom
itest-2.1.2.jar 6 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web/itest/ -->
<dependency>
    <groupId>org.ops4j.pax.web</groupId>
    <artifactId>itest</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web/itest/
implementation 'org.ops4j.pax.web:itest:2.1.2'
// https://jarcasting.com/artifacts/org.ops4j.pax.web/itest/
implementation ("org.ops4j.pax.web:itest:2.1.2")
'org.ops4j.pax.web:itest:jar:2.1.2'
<dependency org="org.ops4j.pax.web" name="itest" rev="2.1.2">
  <artifact name="itest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web', module='itest', version='2.1.2')
)
libraryDependencies += "org.ops4j.pax.web" % "itest" % "2.1.2"
[org.ops4j.pax.web/itest "2.1.2"]