MVN

org.apache.nifi.registry : nifi-registry-test

Maven & Gradle

Aug 21, 2023
3 usages
<dependency>
    <groupId>org.apache.nifi.registry</groupId>
    <artifactId>nifi-registry-test</artifactId>
    <version>1.23.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.nifi.registry : nifi-registry-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.23.2

All Versions

Choose a version of org.apache.nifi.registry : nifi-registry-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.23.x
nifi-registry-test-1.23.2
nifi-registry-test-1.23.1
nifi-registry-test-1.23.0
1.22.x
nifi-registry-test-1.22.0
1.21.x
nifi-registry-test-1.21.0
1.20.x
nifi-registry-test-1.20.0
1.19.x
nifi-registry-test-1.19.1
nifi-registry-test-1.19.0
1.18.x
nifi-registry-test-1.18.0
1.17.x
nifi-registry-test-1.17.0
1.16.x
nifi-registry-test-1.16.3
nifi-registry-test-1.16.2
nifi-registry-test-1.16.1
nifi-registry-test-1.16.0
1.15.x
nifi-registry-test-1.15.3
nifi-registry-test-1.15.2
nifi-registry-test-1.15.1
nifi-registry-test-1.15.0
1.14.x
nifi-registry-test-1.14.0
0.8.x
nifi-registry-test-0.8.0
0.7.x
nifi-registry-test-0.7.0
0.5.x
nifi-registry-test-0.5.0
0.4.x
nifi-registry-test-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.nifi.registry</groupId>
    <artifactId>nifi-registry-test</artifactId>
    <version>1.23.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.nifi.registry : nifi-registry-test gradle dependency to your build.gradle file:

implementation 'org.apache.nifi.registry:nifi-registry-test:1.23.2'

Gradle Kotlin DSL: Add the following org.apache.nifi.registry : nifi-registry-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.nifi.registry:nifi-registry-test:1.23.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.nifi.registry : nifi-registry-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-test" % "1.23.2"

Advertisement