MVN

org.mule.modules : mule-module-ibeans

Maven & Gradle

Dec 10, 2012
2 usages

Mule IBeans · Exposes iBeans over endpoints allowing developers to poll iBean methods and invoke iBean methods as part of an outbound flow

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

Latest Version

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

  • Latest Stable: 3.3.1
  • Latest Release Candidate: 3.3.0-RC3

All Versions

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

Version Vulnerabilities Updated
3.3.x
mule-module-ibeans-3.3.1
mule-module-ibeans-3.3.0
mule-module-ibeans-3.3.0-EA
mule-module-ibeans-3.3.0-RC3
mule-module-ibeans-3.3.0-RC2
mule-module-ibeans-3.3.0-RC1
3.3
mule-module-ibeans-3.3-M2
mule-module-ibeans-3.3-M1
3.2.x
mule-module-ibeans-3.2.1
mule-module-ibeans-3.2.0
mule-module-ibeans-3.2.0-M1
3.1.x
mule-module-ibeans-3.1.2
mule-module-ibeans-3.1.1
mule-module-ibeans-3.1.0
mule-module-ibeans-3.1.0-RC1
3.0.x
mule-module-ibeans-3.0.1
mule-module-ibeans-3.0.0
mule-module-ibeans-3.0.0-RC2
mule-module-ibeans-3.0.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-ibeans</artifactId>
    <version>3.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mule.modules:mule-module-ibeans:3.3.1'

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

implementation("org.mule.modules:mule-module-ibeans:3.3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mule.modules" % "mule-module-ibeans" % "3.3.1"