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