s

smartcosmos-framework-messaging

Provides Spring Configuration and Annotations making it easier to develop SMART COSMOS Extensions that tie into events and asynchronous messaging.
Files download
File Operation
smartcosmos-framework-messaging-3.2.0.jar download
smartcosmos-framework-messaging-3.2.0.pom download
smartcosmos-framework-messaging-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>smartcosmos-framework-messaging</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:smartcosmos-framework-messaging:3.2.0'
Gradle Kotlin
implementation("net.smartcosmos:smartcosmos-framework-messaging:3.2.0")
Scala SBT
libraryDependencies += "net.smartcosmos" % "smartcosmos-framework-messaging" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='smartcosmos-framework-messaging', version='3.2.0')
)
Apache Ivy
<dependency org="net.smartcosmos" name="smartcosmos-framework-messaging" rev="3.2.0" />
Leiningen
[net.smartcosmos/smartcosmos-framework-messaging "3.2.0"]
Apache Buildr
'net.smartcosmos:smartcosmos-framework-messaging:jar:3.2.0'