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