GroupId | GroupIdorg.mule.examples |
---|---|
ArtifactId | ArtifactIdmule-example-voipservice |
Last Version | Last Version2.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVOIP 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.
|
Project Organization |
Project OrganizationMuleSource, Inc. |
Filename | Size |
---|---|
mule-example-voipservice-2.0.0-M2.pom | |
mule-example-voipservice-2.0.0-M2.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-voipservice/ -->
<dependency>
<groupId>org.mule.examples</groupId>
<artifactId>mule-example-voipservice</artifactId>
<version>2.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-voipservice/
implementation 'org.mule.examples:mule-example-voipservice:2.0.0-M2'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-voipservice/
implementation ("org.mule.examples:mule-example-voipservice:2.0.0-M2")
'org.mule.examples:mule-example-voipservice:jar:2.0.0-M2'
<dependency org="org.mule.examples" name="mule-example-voipservice" rev="2.0.0-M2">
<artifact name="mule-example-voipservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-voipservice', version='2.0.0-M2')
)
libraryDependencies += "org.mule.examples" % "mule-example-voipservice" % "2.0.0-M2"
[org.mule.examples/mule-example-voipservice "2.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
org.mule.transports : mule-transport-axis | jar | 2.0.0-M2 |
Group / Artifact | Type | Version |
---|---|---|
org.mule.transports : mule-transport-vm | jar | 2.0.0-M2 |