не последняя версия
Последняя версия 19.0.0.Beta12

org.wildfly.core:wildfly-core-test-runner 13.0.0.Beta2

A test runner used for running management integration tests. Arquillian is not used to avoid a circular dependency.

Категории

Категории

WildFly Контейнер Application Servers
Группа

Группа

org.wildfly.core
Идентификатор

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

wildfly-core-test-runner
Версия

Версия

13.0.0.Beta2
Тип

Тип

jar

Скачать wildfly-core-test-runner 13.0.0.Beta2


<!-- https://jarcasting.com/artifacts/org.wildfly.core/wildfly-core-test-runner/ -->
<dependency>
    <groupId>org.wildfly.core</groupId>
    <artifactId>wildfly-core-test-runner</artifactId>
    <version>13.0.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-core-test-runner/
implementation 'org.wildfly.core:wildfly-core-test-runner:13.0.0.Beta2'
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-core-test-runner/
implementation ("org.wildfly.core:wildfly-core-test-runner:13.0.0.Beta2")
'org.wildfly.core:wildfly-core-test-runner:jar:13.0.0.Beta2'
<dependency org="org.wildfly.core" name="wildfly-core-test-runner" rev="13.0.0.Beta2">
  <artifact name="wildfly-core-test-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='wildfly-core-test-runner', version='13.0.0.Beta2')
)
libraryDependencies += "org.wildfly.core" % "wildfly-core-test-runner" % "13.0.0.Beta2"
[org.wildfly.core/wildfly-core-test-runner "13.0.0.Beta2"]