Files download
File Operation
messaging-3.8.0-rc.6.jar download
messaging-3.8.0-rc.6.pom download
messaging-3.8.0-rc.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mx.path-core</groupId>
  <artifactId>messaging</artifactId>
  <version>3.8.0-rc.6</version>
</dependency>
Gradle Groovy
implementation 'com.mx.path-core:messaging:3.8.0-rc.6'
Gradle Kotlin
implementation("com.mx.path-core:messaging:3.8.0-rc.6")
Scala SBT
libraryDependencies += "com.mx.path-core" % "messaging" % "3.8.0-rc.6"
Groovy Grape
@Grapes(
  @Grab(group='com.mx.path-core', module='messaging', version='3.8.0-rc.6')
)
Apache Ivy
<dependency org="com.mx.path-core" name="messaging" rev="3.8.0-rc.6" />
Leiningen
[com.mx.path-core/messaging "3.8.0-rc.6"]
Apache Buildr
'com.mx.path-core:messaging:jar:3.8.0-rc.6'