is not current version
Last Version 0.9

org.apache.falcon:falcon-messaging 0.8

Apache Falcon JMS messaging Module

Categories

Categories

Messaging Application Layer Libs
GroupId

GroupId

org.apache.falcon
ArtifactId

ArtifactId

falcon-messaging
Version

Version

0.8
Type

Type

jar

Download falcon-messaging 0.8


<!-- https://jarcasting.com/artifacts/org.apache.falcon/falcon-messaging/ -->
<dependency>
    <groupId>org.apache.falcon</groupId>
    <artifactId>falcon-messaging</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.falcon/falcon-messaging/
implementation 'org.apache.falcon:falcon-messaging:0.8'
// https://jarcasting.com/artifacts/org.apache.falcon/falcon-messaging/
implementation ("org.apache.falcon:falcon-messaging:0.8")
'org.apache.falcon:falcon-messaging:jar:0.8'
<dependency org="org.apache.falcon" name="falcon-messaging" rev="0.8">
  <artifact name="falcon-messaging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.falcon', module='falcon-messaging', version='0.8')
)
libraryDependencies += "org.apache.falcon" % "falcon-messaging" % "0.8"
[org.apache.falcon/falcon-messaging "0.8"]