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