MVN

org.mule.distributions.ear : mule-ear-jboss

Maven & Gradle

Dec 06, 2010

Mule Enterprise Archive for JBoss · Enterprise Archive that packages the Mule Resource Adapter for JBoss.

<dependency>
    <groupId>org.mule.distributions.ear</groupId>
    <artifactId>mule-ear-jboss</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.distributions.ear : mule-ear-jboss to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1
  • Latest Release Candidate: 3.1.0-RC1

All Versions

Choose a version of org.mule.distributions.ear : mule-ear-jboss to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
mule-ear-jboss-3.1.0-RC1
3.0.x
mule-ear-jboss-3.0.1
mule-ear-jboss-3.0.0
mule-ear-jboss-3.0.0-RC2
mule-ear-jboss-3.0.0-RC1
mule-ear-jboss-3.0.0-M2
mule-ear-jboss-3.0.0-M2-20091130
mule-ear-jboss-3.0.0-M2-20091124
mule-ear-jboss-3.0.0-M1
2.0.x
mule-ear-jboss-2.0.2

How to add a dependency to Maven

Add the following org.mule.distributions.ear : mule-ear-jboss maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mule.distributions.ear</groupId>
    <artifactId>mule-ear-jboss</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.distributions.ear : mule-ear-jboss gradle dependency to your build.gradle file:

implementation 'org.mule.distributions.ear:mule-ear-jboss:3.0.1'

Gradle Kotlin DSL: Add the following org.mule.distributions.ear : mule-ear-jboss gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.distributions.ear:mule-ear-jboss:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.distributions.ear : mule-ear-jboss sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.distributions.ear" % "mule-ear-jboss" % "3.0.1"