MVN

org.mule.modules : mule-module-jca

Maven & Gradle

Apr 16, 2007

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

<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-jca</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.modules : mule-module-jca to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0
  • Latest Release Candidate: 1.4-RC1

All Versions

Choose a version of org.mule.modules : mule-module-jca to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
mule-module-jca-1.4.0
1.4
mule-module-jca-1.4-RC1
1.3.x
mule-module-jca-1.3.3
mule-module-jca-1.3.2
mule-module-jca-1.3.1
1.3
mule-module-jca-1.3
mule-module-jca-1.3-rc5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-jca</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mule.modules:mule-module-jca:1.4.0'

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

implementation("org.mule.modules:mule-module-jca:1.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mule.modules" % "mule-module-jca" % "1.4.0"