n

nifi-registry-web-api

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

|-- org.apache.nifi.registry:nifi-registry-revision-spring-jdbc:2.0.0-M2

|-- org.apache.nifi.registry:nifi-registry-revision-entity-service:2.0.0-M2

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

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

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

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

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

|-- io.swagger.core.v3:swagger-annotations

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

|-- io.jsonwebtoken:jjwt:0.12.3

|-- 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:2.0.0-M2

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

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

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

test

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

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

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

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

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