is not current version
Last Version 1.16.3

org.apache.nifi.registry:nifi-registry-core 0.3.0

The core modules of NiFi Registry.

GroupId

GroupId

org.apache.nifi.registry
ArtifactId

ArtifactId

nifi-registry-core
Version

Version

0.3.0
Type

Type

pom

Download nifi-registry-core 0.3.0


<!-- https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-core/ -->
<dependency>
    <groupId>org.apache.nifi.registry</groupId>
    <artifactId>nifi-registry-core</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-core/
implementation 'org.apache.nifi.registry:nifi-registry-core:0.3.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-core/
implementation ("org.apache.nifi.registry:nifi-registry-core:0.3.0")
'org.apache.nifi.registry:nifi-registry-core:pom:0.3.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-core" rev="0.3.0">
  <artifact name="nifi-registry-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-core', version='0.3.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-core" % "0.3.0"
[org.apache.nifi.registry/nifi-registry-core "0.3.0"]