b

business-messaging

Business Messaging Parent pom hold the properties, plugins which are required to build carbon component, carbon feature and product
http://wsorbit.version.wsdl4jo2.org
Files download
File Operation
business-messaging-3.2.41.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.messaging</groupId>
  <artifactId>business-messaging</artifactId>
  <version>3.2.41</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.messaging:business-messaging:3.2.41'
Gradle Kotlin
implementation("org.wso2.carbon.messaging:business-messaging:3.2.41")
Scala SBT
libraryDependencies += "org.wso2.carbon.messaging" % "business-messaging" % "3.2.41"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.messaging', module='business-messaging', version='3.2.41')
)
Apache Ivy
<dependency org="org.wso2.carbon.messaging" name="business-messaging" rev="3.2.41" />
Leiningen
[org.wso2.carbon.messaging/business-messaging "3.2.41"]
Apache Buildr
'org.wso2.carbon.messaging:business-messaging:jar:3.2.41'