n

nifi-registry-framework

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

compile

|-- org.apache.nifi.registry:nifi-registry-data-model:1.26.0

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

|-- org.apache.nifi.registry:nifi-registry-security-utils:1.26.0

|-- org.apache.nifi.registry:nifi-registry-bundle-utils:1.26.0

|-- org.apache.nifi.registry:nifi-registry-flow-diff:1.26.0

|-- org.apache.nifi:nifi-h2-database-migrator:1.26.0

|-- org.apache.nifi:nifi-security-ssl:1.26.0

|-- org.apache.nifi:nifi-xml-processing:1.26.0

|-- 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-jaxb-annotations

|-- org.apache.nifi:nifi-property-protection-api:1.26.0

provided

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

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

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

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

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

|-- javax.servlet:javax.servlet-api:3.1.0

test

|-- org.apache.nifi.registry:nifi-registry-test:1.26.0

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

|-- com.unboundid:unboundid-ldapsdk:6.0.11