MVN

org.mule.examples : mule-example-loanbroker-simple

Maven & Gradle

Sep 27, 2013
1 usages
260 stars

Simple Loanbroker Example · A simple implementation of the loanbroker example from the Enterprise Integration Patterns book using the new constructs in Mule 3

<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-loanbroker-simple</artifactId>
    <version>3.5.0-bighorn</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.examples : mule-example-loanbroker-simple to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.0-bighorn
  • Latest Release Candidate: 3.5.0-bighorn-RC3

All Versions

Choose a version of org.mule.examples : mule-example-loanbroker-simple to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
mule-example-loanbroker-simple-3.5.0-bighorn
mule-example-loanbroker-simple-3.5.0-bighorn-RC3
3.4.x
mule-example-loanbroker-simple-3.4.0
mule-example-loanbroker-simple-3.4.0-RC1
3.4
mule-example-loanbroker-simple-3.4-M1
3.3.x
mule-example-loanbroker-simple-3.3.1
mule-example-loanbroker-simple-3.3.0
mule-example-loanbroker-simple-3.3.0-EA
mule-example-loanbroker-simple-3.3.0-RC3
mule-example-loanbroker-simple-3.3.0-RC2
mule-example-loanbroker-simple-3.3.0-RC1
3.3
mule-example-loanbroker-simple-3.3-M2
mule-example-loanbroker-simple-3.3-M1
3.2.x
mule-example-loanbroker-simple-3.2.1
mule-example-loanbroker-simple-3.2.0
mule-example-loanbroker-simple-3.2.0-M1
3.1.x
mule-example-loanbroker-simple-3.1.2
mule-example-loanbroker-simple-3.1.1
mule-example-loanbroker-simple-3.1.0
mule-example-loanbroker-simple-3.1.0-RC1
3.0.x
mule-example-loanbroker-simple-3.0.1
mule-example-loanbroker-simple-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-loanbroker-simple</artifactId>
    <version>3.5.0-bighorn</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.examples : mule-example-loanbroker-simple gradle dependency to your build.gradle file:

implementation 'org.mule.examples:mule-example-loanbroker-simple:3.5.0-bighorn'

Gradle Kotlin DSL: Add the following org.mule.examples : mule-example-loanbroker-simple gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.examples:mule-example-loanbroker-simple:3.5.0-bighorn")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.examples : mule-example-loanbroker-simple sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.examples" % "mule-example-loanbroker-simple" % "3.5.0-bighorn"

Advertisement