GroupId | GroupIdorg.apache.nifi.registry |
---|---|
ArtifactId | ArtifactIdnifi-registry-runtime |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-runtime/ -->
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-runtime</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-runtime/
implementation 'org.apache.nifi.registry:nifi-registry-runtime:0.2.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-runtime/
implementation ("org.apache.nifi.registry:nifi-registry-runtime:0.2.0")
'org.apache.nifi.registry:nifi-registry-runtime:jar:0.2.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-runtime" rev="0.2.0">
<artifact name="nifi-registry-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-runtime', version='0.2.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-runtime" % "0.2.0"
[org.apache.nifi.registry/nifi-registry-runtime "0.2.0"]