MVN

org.apache.nifi : nifi-hwx-schema-registry-service

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.23.2

All Versions

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

Version Vulnerabilities Updated
1.23.x
nifi-hwx-schema-registry-service-1.23.2
nifi-hwx-schema-registry-service-1.23.1
nifi-hwx-schema-registry-service-1.23.0
1.22.x
nifi-hwx-schema-registry-service-1.22.0
1.21.x
nifi-hwx-schema-registry-service-1.21.0
1.20.x
nifi-hwx-schema-registry-service-1.20.0
1.19.x
nifi-hwx-schema-registry-service-1.19.1
nifi-hwx-schema-registry-service-1.19.0
1.18.x
nifi-hwx-schema-registry-service-1.18.0
1.17.x
nifi-hwx-schema-registry-service-1.17.0
1.16.x
nifi-hwx-schema-registry-service-1.16.3
nifi-hwx-schema-registry-service-1.16.2
nifi-hwx-schema-registry-service-1.16.1
nifi-hwx-schema-registry-service-1.16.0
1.15.x
nifi-hwx-schema-registry-service-1.15.3
nifi-hwx-schema-registry-service-1.15.2
nifi-hwx-schema-registry-service-1.15.1
nifi-hwx-schema-registry-service-1.15.0
1.14.x
nifi-hwx-schema-registry-service-1.14.0
1.13.x
nifi-hwx-schema-registry-service-1.13.2
nifi-hwx-schema-registry-service-1.13.1
nifi-hwx-schema-registry-service-1.13.0
1.12.x
nifi-hwx-schema-registry-service-1.12.1
nifi-hwx-schema-registry-service-1.12.0
1.11.x
nifi-hwx-schema-registry-service-1.11.4
nifi-hwx-schema-registry-service-1.11.3
nifi-hwx-schema-registry-service-1.11.2
nifi-hwx-schema-registry-service-1.11.1
nifi-hwx-schema-registry-service-1.11.0
1.10.x
nifi-hwx-schema-registry-service-1.10.0
1.9.x
nifi-hwx-schema-registry-service-1.9.2
nifi-hwx-schema-registry-service-1.9.1
nifi-hwx-schema-registry-service-1.9.0
1.8.x
nifi-hwx-schema-registry-service-1.8.0
1.7.x
nifi-hwx-schema-registry-service-1.7.1
nifi-hwx-schema-registry-service-1.7.0
1.6.x
nifi-hwx-schema-registry-service-1.6.0
1.5.x
nifi-hwx-schema-registry-service-1.5.0
1.4.x
nifi-hwx-schema-registry-service-1.4.0
1.3.x
nifi-hwx-schema-registry-service-1.3.0
1.2.x
nifi-hwx-schema-registry-service-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.nifi</groupId>
    <artifactId>nifi-hwx-schema-registry-service</artifactId>
    <version>1.23.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.nifi:nifi-hwx-schema-registry-service:1.23.2'

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

implementation("org.apache.nifi:nifi-hwx-schema-registry-service:1.23.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.nifi" % "nifi-hwx-schema-registry-service" % "1.23.2"

Advertisement