License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.nifi.registry |
ArtifactId | ArtifactIdnifi-registry-client |
Last Version | Last Version1.16.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe core modules of NiFi Registry.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
nifi-registry-client-1.16.3.pom | |
nifi-registry-client-1.16.3.jar | 58 KB |
nifi-registry-client-1.16.3-sources.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-client/ -->
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-client</artifactId>
<version>1.16.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-client/
implementation 'org.apache.nifi.registry:nifi-registry-client:1.16.3'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-client/
implementation ("org.apache.nifi.registry:nifi-registry-client:1.16.3")
'org.apache.nifi.registry:nifi-registry-client:jar:1.16.3'
<dependency org="org.apache.nifi.registry" name="nifi-registry-client" rev="1.16.3">
<artifact name="nifi-registry-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-client', version='1.16.3')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-client" % "1.16.3"
[org.apache.nifi.registry/nifi-registry-client "1.16.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.nifi.registry : nifi-registry-data-model | jar | 1.16.3 |
org.apache.nifi.registry : nifi-registry-security-utils | jar | 1.16.3 |
org.glassfish.jersey.core : jersey-client | jar | 2.35 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.35 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.35 |
org.glassfish.jersey.core : jersey-common | jar | 2.35 |
org.glassfish.jersey.media : jersey-media-multipart | jar | 2.35 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.vintage : junit-vintage-engine | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.mockito : mockito-core | jar | 2.28.2 |
org.mockito : mockito-junit-jupiter | jar | 3.11.2 |
org.slf4j : slf4j-simple | jar | 1.7.36 |
org.codehaus.groovy : groovy-test | jar | 3.0.8 |