a

andes

This is a Carbon bundle that represents the Andes module
http://wso2.org
Files download
File Operation
andes-3.2.76.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.messaging</groupId>
  <artifactId>andes</artifactId>
  <version>3.2.76</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.messaging:andes:3.2.76'
Gradle Kotlin
implementation("org.wso2.carbon.messaging:andes:3.2.76")
Scala SBT
libraryDependencies += "org.wso2.carbon.messaging" % "andes" % "3.2.76"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.messaging', module='andes', version='3.2.76')
)
Apache Ivy
<dependency org="org.wso2.carbon.messaging" name="andes" rev="3.2.76" />
Leiningen
[org.wso2.carbon.messaging/andes "3.2.76"]
Apache Buildr
'org.wso2.carbon.messaging:andes:jar:3.2.76'