MVN

org.mule.examples : mule-example-voipservice

Maven & Gradle

May 14, 2008
1 usages

VOIP Service Example · The Voip Service example is taken from a Java.net featured article, Provisioning Services Through ESB (http://today.java.net/pub/a/today/2005/10/18/service-provisioning-through-esb.html) describes how to orchestrate services through abstraction, providing a VOIP provisioning example developed using Mule.

<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-voipservice</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
2.0.x
mule-example-voipservice-2.0.0-M2
2.0
mule-example-voipservice-2.0-M1
1.4.x
mule-example-voipservice-1.4.4
mule-example-voipservice-1.4.3
mule-example-voipservice-1.4.2
mule-example-voipservice-1.4.1
mule-example-voipservice-1.4.0
1.4
mule-example-voipservice-1.4-RC1
1.3.x
mule-example-voipservice-1.3.3
mule-example-voipservice-1.3.2
mule-example-voipservice-1.3.1
1.3
mule-example-voipservice-1.3
mule-example-voipservice-1.3-rc5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-voipservice</artifactId>
    <version>1.4.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mule.examples:mule-example-voipservice:1.4.4'

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

implementation("org.mule.examples:mule-example-voipservice:1.4.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mule.examples" % "mule-example-voipservice" % "1.4.4"