не последняя версия
Последняя версия 1.6.0

org.ninjaframework:ninja-core-test 1.3

Contains test utilities that allow to easily test a ninja application. For instance NijaIntegrationTest contains everything that is needed to start up an arbitrary ninja application and test it via htmlunit and fluentlenium.

Категории

Категории

Ninja Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

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

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

ninja-core-test
Версия

Версия

1.3
Тип

Тип

jar

Скачать ninja-core-test 1.3


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