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