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