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