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