GroupId | GroupIdorg.apache.nifi |
---|---|
ArtifactId | ArtifactIdnifi-web-content-access |
Version | Version1.7.1 |
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>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-web-content-access/
implementation 'org.apache.nifi:nifi-web-content-access:1.7.1'
// https://jarcasting.com/artifacts/org.apache.nifi/nifi-web-content-access/
implementation ("org.apache.nifi:nifi-web-content-access:1.7.1")
'org.apache.nifi:nifi-web-content-access:jar:1.7.1'
<dependency org="org.apache.nifi" name="nifi-web-content-access" rev="1.7.1">
<artifact name="nifi-web-content-access" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nifi', module='nifi-web-content-access', version='1.7.1')
)
libraryDependencies += "org.apache.nifi" % "nifi-web-content-access" % "1.7.1"
[org.apache.nifi/nifi-web-content-access "1.7.1"]