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