n

nifi-registry-web-api

Files download
File Operation
nifi-registry-web-api-1.26.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.nifi.registry</groupId>
  <artifactId>nifi-registry-web-api</artifactId>
  <version>1.26.0</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.apache.nifi.registry:nifi-registry-web-api:1.26.0'
Gradle Kotlin
implementation("org.apache.nifi.registry:nifi-registry-web-api:1.26.0")
Scala SBT
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-web-api" % "1.26.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.nifi.registry', module='nifi-registry-web-api', version='1.26.0')
)
Apache Ivy
<dependency org="org.apache.nifi.registry" name="nifi-registry-web-api" rev="1.26.0" />
Leiningen
[org.apache.nifi.registry/nifi-registry-web-api "1.26.0"]
Apache Buildr
'org.apache.nifi.registry:nifi-registry-web-api: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.springframework.boot:spring-boot-starter-web

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

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

|-- org.springframework.security.kerberos:spring-security-kerberos-core:1.0.1.RELEASE

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

|-- org.apache.nifi.registry:nifi-registry-revision-spring-jdbc:1.26.0

|-- org.apache.nifi.registry:nifi-registry-revision-entity-service:1.26.0

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

|-- org.apache.commons:commons-lang3

|-- io.swagger:swagger-annotations

|-- org.glassfish.jersey.media:jersey-media-multipart

|-- io.jsonwebtoken:jjwt:0.9.1

|-- com.nimbusds:oauth2-oidc-sdk

|-- com.google.guava:guava

|-- org.springframework.security:spring-security-oauth2-resource-server

provided

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

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

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

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

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

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

test

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

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

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

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

|-- org.eclipse.jetty:jetty-util