Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.nifi.registry |
ArtifactId | ArtifactIdnifi-registry-client |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
nifi-registry-client-0.7.0.pom | |
nifi-registry-client-0.7.0.jar | 59 KB |
nifi-registry-client-0.7.0-sources.jar | 44 KB |
nifi-registry-client-0.7.0-javadoc.jar | 212 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>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-client/
implementation 'org.apache.nifi.registry:nifi-registry-client:0.7.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-client/
implementation ("org.apache.nifi.registry:nifi-registry-client:0.7.0")
'org.apache.nifi.registry:nifi-registry-client:jar:0.7.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-client" rev="0.7.0">
<artifact name="nifi-registry-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-client', version='0.7.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-client" % "0.7.0"
[org.apache.nifi.registry/nifi-registry-client "0.7.0"]