MVN

org.apache.nifi.registry : nifi-registry-utils

Maven & Gradle

Feb 06, 2023
8 usages
<dependency>
    <groupId>org.apache.nifi.registry</groupId>
    <artifactId>nifi-registry-utils</artifactId>
    <version>1.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.20.0

All Versions

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

  • Version Updated
  • nifi-registry-utils-1.20.0

    Feb 06, 2023
  • nifi-registry-utils-1.19.1

    Dec 05, 2022
  • nifi-registry-utils-1.19.0

    Nov 23, 2022
  • nifi-registry-utils-1.18.0

    Oct 03, 2022
  • nifi-registry-utils-1.17.0

    Jul 27, 2022
  • nifi-registry-utils-1.16.3

    Jun 14, 2022
  • nifi-registry-utils-1.16.2

    May 23, 2022
  • nifi-registry-utils-1.16.1

    Apr 25, 2022
  • nifi-registry-utils-1.16.0

    Mar 21, 2022
  • nifi-registry-utils-1.15.3

    Jan 13, 2022
  • nifi-registry-utils-1.15.2

    Dec 21, 2021
  • nifi-registry-utils-1.15.1

    Dec 14, 2021
  • nifi-registry-utils-1.15.0

    Nov 03, 2021
  • nifi-registry-utils-1.14.0

    Jul 10, 2021
  • nifi-registry-utils-0.8.0

    Oct 13, 2020
  • nifi-registry-utils-0.7.0

    Jul 15, 2020
  • nifi-registry-utils-0.5.0

    Aug 21, 2019
  • nifi-registry-utils-0.4.0

    May 16, 2019
  • nifi-registry-utils-0.3.0

    Sep 22, 2018
  • nifi-registry-utils-0.2.0

    Jun 15, 2018
  • nifi-registry-utils-0.1.0

    Dec 28, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.nifi.registry</groupId>
    <artifactId>nifi-registry-utils</artifactId>
    <version>1.20.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.nifi.registry:nifi-registry-utils:1.20.0'

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

implementation("org.apache.nifi.registry:nifi-registry-utils:1.20.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-utils" % "1.20.0"