MVN

io.knotx : knotx-it-tests

Maven & Gradle

Dec 08, 2020
1 stars

Knot.x - Integration Tests

<dependency>
    <groupId>io.knotx</groupId>
    <artifactId>knotx-it-tests</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.knotx : knotx-it-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of io.knotx : knotx-it-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
knotx-it-tests-2.0.0-RC1
1.6.x
knotx-it-tests-1.6.0
1.5.x
knotx-it-tests-1.5.0
1.4.x
knotx-it-tests-1.4.0
1.3.x
knotx-it-tests-1.3.0

How to add a dependency to Maven

Add the following io.knotx : knotx-it-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.knotx</groupId>
    <artifactId>knotx-it-tests</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.knotx : knotx-it-tests gradle dependency to your build.gradle file:

implementation 'io.knotx:knotx-it-tests:1.6.0'

Gradle Kotlin DSL: Add the following io.knotx : knotx-it-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("io.knotx:knotx-it-tests:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.knotx : knotx-it-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "io.knotx" % "knotx-it-tests" % "1.6.0"

Advertisement

Dependencies from Group

Sep 06, 2021
45 usages
2 stars
Dec 08, 2020
30 usages
126 stars
Sep 06, 2021
13 usages
2 stars
Sep 06, 2021
12 usages
Sep 06, 2021
11 usages
0 stars

Discover Dependencies