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

org.ninjaframework:ninja-core-test 0.5.6

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
Версия

Версия

0.5.6
Тип

Тип

jar

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


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