n

nifi-registry-framework

Files download
File Operation
nifi-registry-framework-2.0.0-M2.jar download
nifi-registry-framework-2.0.0-M2.pom download
nifi-registry-framework-2.0.0-M2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.nifi.registry</groupId>
  <artifactId>nifi-registry-framework</artifactId>
  <version>2.0.0-M2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.nifi.registry:nifi-registry-framework:2.0.0-M2'
Gradle Kotlin
implementation("org.apache.nifi.registry:nifi-registry-framework:2.0.0-M2")
Scala SBT
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-framework" % "2.0.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.nifi.registry', module='nifi-registry-framework', version='2.0.0-M2')
)
Apache Ivy
<dependency org="org.apache.nifi.registry" name="nifi-registry-framework" rev="2.0.0-M2" />
Leiningen
[org.apache.nifi.registry/nifi-registry-framework "2.0.0-M2"]
Apache Buildr
'org.apache.nifi.registry:nifi-registry-framework:jar:2.0.0-M2'
Dependencies
<parent>
  <groupId>org.apache.nifi.registry</groupId>
  <artifactId>nifi-registry-core</artifactId>
  <version>2.0.0-M2</version>
</parent>

compile

|-- org.apache.nifi.registry:nifi-registry-data-model:2.0.0-M2

|-- org.apache.nifi:nifi-property-protection-factory

|-- org.apache.nifi.registry:nifi-registry-security-utils:2.0.0-M2

|-- org.apache.nifi.registry:nifi-registry-bundle-utils:2.0.0-M2

|-- org.apache.nifi.registry:nifi-registry-flow-diff:2.0.0-M2

|-- org.apache.nifi:nifi-security-ssl:2.0.0-M2

|-- org.apache.nifi:nifi-xml-processing:2.0.0-M2

|-- org.springframework.boot:spring-boot-starter-security

|-- org.springframework.security:spring-security-ldap

|-- commons-io:commons-io

|-- org.springframework.boot:spring-boot-starter-data-jpa

|-- org.springframework.boot:spring-boot-starter-validation

|-- org.flywaydb:flyway-core

|-- org.flywaydb:flyway-mysql

|-- com.h2database:h2

|-- org.eclipse.jgit:org.eclipse.jgit

|-- org.eclipse.jgit:org.eclipse.jgit.gpg.bc

|-- org.bouncycastle:bcprov-jdk18on

|-- org.bouncycastle:bcpkix-jdk18on

|-- org.bouncycastle:bcpg-jdk18on

|-- org.bouncycastle:bcutil-jdk18on

|-- org.eclipse.jgit:org.eclipse.jgit.ssh.apache

|-- commons-codec:commons-codec

|-- com.jcraft:jsch:0.1.55

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.fasterxml.jackson.core:jackson-core

|-- com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations

|-- org.apache.nifi:nifi-property-protection-api:2.0.0-M2

|-- jakarta.xml.bind:jakarta.xml.bind-api

|-- org.glassfish.jaxb:jaxb-runtime

provided

|-- org.apache.nifi.registry:nifi-registry-properties

|-- org.apache.nifi:nifi-property-utils

|-- org.apache.nifi.registry:nifi-registry-utils:2.0.0-M2

|-- org.apache.nifi.registry:nifi-registry-provider-api

|-- org.apache.nifi.registry:nifi-registry-security-api

|-- jakarta.servlet:jakarta.servlet-api

test

|-- org.apache.nifi.registry:nifi-registry-test:2.0.0-M2

|-- org.flywaydb.flyway-test-extensions:flyway-spring-test

|-- com.unboundid:unboundid-ldapsdk:6.0.10