MVN

org.apache.nifi : nifi-reporting-utils

Maven & Gradle

Apr 03, 2023
6 usages
<dependency>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-reporting-utils</artifactId>
    <version>1.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.21.0

All Versions

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

  • Version Updated
  • nifi-reporting-utils-1.21.0

    Apr 03, 2023
  • nifi-reporting-utils-1.20.0

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

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

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

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

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

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

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

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

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

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

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

    Dec 15, 2021
  • nifi-reporting-utils-1.15.0

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

    Jul 10, 2021
  • nifi-reporting-utils-1.13.2

    Mar 18, 2021
  • nifi-reporting-utils-1.13.1

    Mar 11, 2021
  • nifi-reporting-utils-1.13.0

    Feb 11, 2021
  • nifi-reporting-utils-1.12.1

    Sep 23, 2020
  • nifi-reporting-utils-1.12.0

    Aug 13, 2020
  • nifi-reporting-utils-1.11.4

    Mar 18, 2020
  • nifi-reporting-utils-1.11.3

    Feb 22, 2020
  • nifi-reporting-utils-1.11.2

    Feb 14, 2020
  • nifi-reporting-utils-1.11.1

    Jan 31, 2020
  • nifi-reporting-utils-1.11.0

    Jan 19, 2020
  • nifi-reporting-utils-1.10.0

    Oct 29, 2019
  • nifi-reporting-utils-1.9.2

    Apr 03, 2019
  • nifi-reporting-utils-1.9.1

    Mar 13, 2019
  • nifi-reporting-utils-1.9.0

    Feb 17, 2019
  • nifi-reporting-utils-1.8.0

    Oct 23, 2018
  • nifi-reporting-utils-1.7.1

    Jul 12, 2018
  • nifi-reporting-utils-1.7.0

    Jun 20, 2018
  • nifi-reporting-utils-1.6.0

    Apr 03, 2018
  • nifi-reporting-utils-1.5.0

    Jan 09, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-reporting-utils</artifactId>
    <version>1.21.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.nifi:nifi-reporting-utils:1.21.0'

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

implementation("org.apache.nifi:nifi-reporting-utils:1.21.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.nifi" % "nifi-reporting-utils" % "1.21.0"