GroupId | GroupIdorg.apache.nifi |
---|---|
ArtifactId | ArtifactIdnifi-web-content-access |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.nifi/nifi-web-content-access/ -->
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-web-content-access</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-web-content-access/
implementation 'org.apache.nifi:nifi-web-content-access:0.4.0'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-web-content-access/
implementation ("org.apache.nifi:nifi-web-content-access:0.4.0")
'org.apache.nifi:nifi-web-content-access:jar:0.4.0'
<dependency org="org.apache.nifi" name="nifi-web-content-access" rev="0.4.0">
<artifact name="nifi-web-content-access" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-web-content-access', version='0.4.0')
)
libraryDependencies += "org.apache.nifi" % "nifi-web-content-access" % "0.4.0"
[org.apache.nifi/nifi-web-content-access "0.4.0"]