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