MVN

org.mule.distributions.jca : mule-jca

Maven & Gradle

Dec 06, 2010
1 usages

Generic JCA Resource Adapter · A Resource Adapter implementation that allows a Mule instance to be deployed to a J2EE application server and exposes Mule services via the JCA connector architecture.

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

Latest Version

Choose a version of org.mule.distributions.jca : mule-jca 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.jca : mule-jca to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.mule.distributions.jca:mule-jca:3.0.1'

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

implementation("org.mule.distributions.jca:mule-jca:3.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mule.distributions.jca" % "mule-jca" % "3.0.1"