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