MVN

org.ninjaframework : ninja-core-test

Maven & Gradle

Aug 07, 2013
6 usages

ninja web framework test utilities · 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.

<dependency>
    <groupId>org.ninjaframework</groupId>
    <artifactId>ninja-core-test</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ninjaframework : ninja-core-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0
  • Latest Release Candidate: 1.6.0-rc1

All Versions

Choose a version of org.ninjaframework : ninja-core-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
ninja-core-test-1.6.0
ninja-core-test-1.6.0-rc1
1.5.x
ninja-core-test-1.5.1
1.5
ninja-core-test-1.5
1.4.x
ninja-core-test-1.4.4
ninja-core-test-1.4.3
ninja-core-test-1.4.2
ninja-core-test-1.4.1
1.4
ninja-core-test-1.4
1.3
ninja-core-test-1.3
1.2.x
ninja-core-test-1.2.1
1.2
ninja-core-test-1.2
1.1
ninja-core-test-1.1
1.0.x
ninja-core-test-1.0.8
ninja-core-test-1.0.7
ninja-core-test-1.0.6
ninja-core-test-1.0.5
ninja-core-test-1.0.3
ninja-core-test-1.0.2
ninja-core-test-1.0.1
1.0
ninja-core-test-1.0
0.5.x
ninja-core-test-0.5.10
ninja-core-test-0.5.9
ninja-core-test-0.5.8
ninja-core-test-0.5.7
ninja-core-test-0.5.6
ninja-core-test-0.5.5
ninja-core-test-0.5.4
ninja-core-test-0.5.2
ninja-core-test-0.5.1
0.5
ninja-core-test-0.5
0.4.x
ninja-core-test-0.4.1
0.4
ninja-core-test-0.4

How to add a dependency to Maven

Add the following org.ninjaframework : ninja-core-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ninjaframework</groupId>
    <artifactId>ninja-core-test</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ninjaframework : ninja-core-test gradle dependency to your build.gradle file:

implementation 'org.ninjaframework:ninja-core-test:1.6.0'

Gradle Kotlin DSL: Add the following org.ninjaframework : ninja-core-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ninjaframework:ninja-core-test:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ninjaframework : ninja-core-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ninjaframework" % "ninja-core-test" % "1.6.0"