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