GroupId | GroupIdorg.apache.nifi |
---|---|
ArtifactId | ArtifactIdnifi-update-attribute-bundle |
Version | Version0.4.0 |
Type | Typepom |
Filename | Size |
---|---|
nifi-update-attribute-bundle-0.4.0.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>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-update-attribute-bundle/
implementation 'org.apache.nifi:nifi-update-attribute-bundle:0.4.0'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-update-attribute-bundle/
implementation ("org.apache.nifi:nifi-update-attribute-bundle:0.4.0")
'org.apache.nifi:nifi-update-attribute-bundle:pom:0.4.0'
<dependency org="org.apache.nifi" name="nifi-update-attribute-bundle" rev="0.4.0">
<artifact name="nifi-update-attribute-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-update-attribute-bundle', version='0.4.0')
)
libraryDependencies += "org.apache.nifi" % "nifi-update-attribute-bundle" % "0.4.0"
[org.apache.nifi/nifi-update-attribute-bundle "0.4.0"]