n

nifi-registry-framework

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

compile

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

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

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

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

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

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

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

|-- org.bouncycastle:bcprov-jdk15on

|-- org.bouncycastle:bcpg-jdk15on

|-- commons-io:commons-io

|-- org.glassfish:javax.el

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

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

|-- org.flywaydb:flyway-core

|-- com.h2database:h2

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

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

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

|-- commons-codec:commons-codec:1.12

|-- com.jcraft:jsch:0.1.54

|-- org.yaml:snakeyaml:1.20

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

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

|-- com.fasterxml.jackson.module:jackson-module-jaxb-annotations

provided

|-- org.apache.nifi.registry:nifi-registry-utils:0.8.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:0.8.0

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

|-- org.mockito:mockito-core

|-- org.spockframework:spock-core

|-- org.codehaus.groovy:groovy-test

|-- cglib:cglib-nodep:2.2.2

|-- org.apache.directory.server:apacheds-all:2.0.0-M24