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