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