mule-example-loanbroker-esb-credit-agency
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mule.examples</groupId> <artifactId>mule-example-loanbroker-esb-credit-agency</artifactId> <version>1.3.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?><project> <parent> <artifactId>mule-example-loanbroker-esb-parent</artifactId> <groupId>org.mule.examples</groupId> <version>1.3.3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>mule-example-loanbroker-esb-credit-agency</artifactId> <packaging>ejb</packaging> <name>Loan Broker ESB Example: Credit Agency EJB</name> <version>1.3.3</version> <distributionManagement> <status>deployed</status> </distributionManagement> </project>