Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdorg.apache.nifi |
ArtifactId | ArtifactIdnifi-aws-bundle |
Version | Version1.0.0-BETA |
Type | Typepom |
Filename | Size |
---|---|
nifi-aws-bundle-1.0.0-BETA.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-aws-bundle/ -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-aws-bundle</artifactId>
<version>1.0.0-BETA</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-aws-bundle/
implementation 'org.apache.nifi:nifi-aws-bundle:1.0.0-BETA'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-aws-bundle/
implementation ("org.apache.nifi:nifi-aws-bundle:1.0.0-BETA")
'org.apache.nifi:nifi-aws-bundle:pom:1.0.0-BETA'
<dependency org="org.apache.nifi" name="nifi-aws-bundle" rev="1.0.0-BETA">
<artifact name="nifi-aws-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-aws-bundle', version='1.0.0-BETA')
)
libraryDependencies += "org.apache.nifi" % "nifi-aws-bundle" % "1.0.0-BETA"
[org.apache.nifi/nifi-aws-bundle "1.0.0-BETA"]