GroupId | GroupIdorg.apache.nifi.registry |
---|---|
ArtifactId | ArtifactIdnifi-registry-revision |
Version | Version0.5.0 |
Type | Typepom |
Filename | Size |
---|---|
nifi-registry-revision-0.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-revision/ -->
<dependency>
<groupId>org.apache.nifi.registry</groupId>
<artifactId>nifi-registry-revision</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-revision/
implementation 'org.apache.nifi.registry:nifi-registry-revision:0.5.0'
// https://jarcasting.com/artifacts/org.apache.nifi.registry/nifi-registry-revision/
implementation ("org.apache.nifi.registry:nifi-registry-revision:0.5.0")
'org.apache.nifi.registry:nifi-registry-revision:pom:0.5.0'
<dependency org="org.apache.nifi.registry" name="nifi-registry-revision" rev="0.5.0">
<artifact name="nifi-registry-revision" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi.registry', module='nifi-registry-revision', version='0.5.0')
)
libraryDependencies += "org.apache.nifi.registry" % "nifi-registry-revision" % "0.5.0"
[org.apache.nifi.registry/nifi-registry-revision "0.5.0"]