is not current version
Last Version 3.0.0-RC2

org.mule.examples:mule-example-bookstore-admin-webapp 1.0

This is a webapp which runs inside the firewall and is used to manage the inventory of the bookstore.

GroupId

GroupId

org.mule.examples
ArtifactId

ArtifactId

mule-example-bookstore-admin-webapp
Version

Version

1.0
Type

Type

war

Download mule-example-bookstore-admin-webapp 1.0


<!-- https://jarcasting.com/artifacts/org.mule.examples/mule-example-bookstore-admin-webapp/ -->
<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-bookstore-admin-webapp</artifactId>
    <version>1.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-bookstore-admin-webapp/
implementation 'org.mule.examples:mule-example-bookstore-admin-webapp:1.0'
// https://jarcasting.com/artifacts/org.mule.examples/mule-example-bookstore-admin-webapp/
implementation ("org.mule.examples:mule-example-bookstore-admin-webapp:1.0")
'org.mule.examples:mule-example-bookstore-admin-webapp:war:1.0'
<dependency org="org.mule.examples" name="mule-example-bookstore-admin-webapp" rev="1.0">
  <artifact name="mule-example-bookstore-admin-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mule.examples', module='mule-example-bookstore-admin-webapp', version='1.0')
)
libraryDependencies += "org.mule.examples" % "mule-example-bookstore-admin-webapp" % "1.0"
[org.mule.examples/mule-example-bookstore-admin-webapp "1.0"]