MVN

org.apache.nifi : nifi-update-attribute-model

Maven & Gradle

Aug 21, 2023
5 usages

Data model for UpdateAttribute.

<dependency>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-update-attribute-model</artifactId>
    <version>1.23.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.nifi : nifi-update-attribute-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.23.2
  • Latest Beta: 1.0.0-BETA

All Versions

Choose a version of org.apache.nifi : nifi-update-attribute-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.23.x
nifi-update-attribute-model-1.23.2
nifi-update-attribute-model-1.23.1
nifi-update-attribute-model-1.23.0
1.22.x
nifi-update-attribute-model-1.22.0
1.21.x
nifi-update-attribute-model-1.21.0
1.20.x
nifi-update-attribute-model-1.20.0
1.19.x
nifi-update-attribute-model-1.19.1
nifi-update-attribute-model-1.19.0
1.18.x
nifi-update-attribute-model-1.18.0
1.17.x
nifi-update-attribute-model-1.17.0
1.16.x
nifi-update-attribute-model-1.16.3
nifi-update-attribute-model-1.16.2
nifi-update-attribute-model-1.16.1
nifi-update-attribute-model-1.16.0
CVE-2022-29265
1.15.x
nifi-update-attribute-model-1.15.3
CVE-2022-29265
nifi-update-attribute-model-1.15.2
CVE-2022-29265
nifi-update-attribute-model-1.15.1
CVE-2022-29265
nifi-update-attribute-model-1.15.0
CVE-2022-29265
1.14.x
nifi-update-attribute-model-1.14.0
CVE-2022-29265
1.13.x
nifi-update-attribute-model-1.13.2
CVE-2022-29265
nifi-update-attribute-model-1.13.1
CVE-2022-29265
nifi-update-attribute-model-1.13.0
CVE-2022-29265
1.12.x
nifi-update-attribute-model-1.12.1
CVE-2022-29265
nifi-update-attribute-model-1.12.0
CVE-2022-29265
1.11.x
nifi-update-attribute-model-1.11.4
CVE-2022-29265
nifi-update-attribute-model-1.11.3
CVE-2022-29265
nifi-update-attribute-model-1.11.2
CVE-2022-29265
nifi-update-attribute-model-1.11.1
CVE-2022-29265
nifi-update-attribute-model-1.11.0
CVE-2022-29265
1.10.x
nifi-update-attribute-model-1.10.0
CVE-2022-29265
1.9.x
nifi-update-attribute-model-1.9.2
CVE-2022-29265
nifi-update-attribute-model-1.9.1
CVE-2022-29265
nifi-update-attribute-model-1.9.0
CVE-2022-29265
1.8.x
nifi-update-attribute-model-1.8.0
CVE-2022-29265
1.7.x
nifi-update-attribute-model-1.7.1
CVE-2022-29265
nifi-update-attribute-model-1.7.0
CVE-2022-29265
1.6.x
nifi-update-attribute-model-1.6.0
CVE-2022-29265
1.5.x
nifi-update-attribute-model-1.5.0
CVE-2022-29265
1.4.x
nifi-update-attribute-model-1.4.0
CVE-2022-29265
1.3.x
nifi-update-attribute-model-1.3.0
2 vulnerabilities
1.2.x
nifi-update-attribute-model-1.2.0
2 vulnerabilities
1.1.x
nifi-update-attribute-model-1.1.2
2 vulnerabilities
nifi-update-attribute-model-1.1.1
2 vulnerabilities
nifi-update-attribute-model-1.1.0
2 vulnerabilities
1.0.x
nifi-update-attribute-model-1.0.1
2 vulnerabilities
nifi-update-attribute-model-1.0.0
2 vulnerabilities
nifi-update-attribute-model-1.0.0-BETA
2 vulnerabilities
0.7.x
nifi-update-attribute-model-0.7.4
2 vulnerabilities
nifi-update-attribute-model-0.7.3
2 vulnerabilities
nifi-update-attribute-model-0.7.2
2 vulnerabilities
nifi-update-attribute-model-0.7.1
2 vulnerabilities
nifi-update-attribute-model-0.7.0
2 vulnerabilities
0.6.x
nifi-update-attribute-model-0.6.1
2 vulnerabilities
nifi-update-attribute-model-0.6.0
2 vulnerabilities
0.5.x
nifi-update-attribute-model-0.5.1
2 vulnerabilities
nifi-update-attribute-model-0.5.0
2 vulnerabilities
0.4.x
nifi-update-attribute-model-0.4.1
2 vulnerabilities
nifi-update-attribute-model-0.4.0
2 vulnerabilities
0.3.x
nifi-update-attribute-model-0.3.0
2 vulnerabilities
0.2.x
nifi-update-attribute-model-0.2.1
2 vulnerabilities
nifi-update-attribute-model-0.2.0-incubating
2 vulnerabilities
0.1.x
nifi-update-attribute-model-0.1.0-incubating
2 vulnerabilities
0.0.x
nifi-update-attribute-model-0.0.2-incubating
2 vulnerabilities
nifi-update-attribute-model-0.0.1-incubating
2 vulnerabilities

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-update-attribute-model</artifactId>
    <version>1.23.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.nifi : nifi-update-attribute-model gradle dependency to your build.gradle file:

implementation 'org.apache.nifi:nifi-update-attribute-model:1.23.2'

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

implementation("org.apache.nifi:nifi-update-attribute-model:1.23.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.nifi : nifi-update-attribute-model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.nifi" % "nifi-update-attribute-model" % "1.23.2"

Advertisement