o

org.carewebframework.messaging-parent

Messaging adapters for various messaging implementations. These are used for remote event delivery, but may be leveraged for other purposes as well. More than one messaging adapter may be used at one time. The messaging subsystem will handle delivery to and receipt from each registered adapter.
Files download
File Operation
org.carewebframework.messaging-parent-6.1.0-RC1.pom download
Apache Maven
<dependency>
  <groupId>org.carewebframework</groupId>
  <artifactId>org.carewebframework.messaging-parent</artifactId>
  <version>6.1.0-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.carewebframework:org.carewebframework.messaging-parent:6.1.0-RC1'
Gradle Kotlin
implementation("org.carewebframework:org.carewebframework.messaging-parent:6.1.0-RC1")
Scala SBT
libraryDependencies += "org.carewebframework" % "org.carewebframework.messaging-parent" % "6.1.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.carewebframework', module='org.carewebframework.messaging-parent', version='6.1.0-RC1')
)
Apache Ivy
<dependency org="org.carewebframework" name="org.carewebframework.messaging-parent" rev="6.1.0-RC1" />
Leiningen
[org.carewebframework/org.carewebframework.messaging-parent "6.1.0-RC1"]
Apache Buildr
'org.carewebframework:org.carewebframework.messaging-parent:jar:6.1.0-RC1'