carbon-parent
Parent POM file for WSO2 Carbon platform projects hold the properties, plugins which are required to build carbon components, carbon features and products.
License |
License |
---|---|
GroupId | GroupIdorg.wso2.appserver |
ArtifactId | ArtifactIdmusicstore-app |
Last Version | Last Version6.0.0-m4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionWSO2 Application Server - SSO Sample - Music Store Web Application
Music Store Web Application
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
musicstore-app-6.0.0-m4.pom | |
musicstore-app-6.0.0-m4.war | 615 KB |
musicstore-app-6.0.0-m4-sources.jar | 8 KB |
musicstore-app-6.0.0-m4-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/musicstore-app/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>musicstore-app</artifactId>
<version>6.0.0-m4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/musicstore-app/
implementation 'org.wso2.appserver:musicstore-app:6.0.0-m4'
// https://jarcasting.com/artifacts/org.wso2.appserver/musicstore-app/
implementation ("org.wso2.appserver:musicstore-app:6.0.0-m4")
'org.wso2.appserver:musicstore-app:war:6.0.0-m4'
<dependency org="org.wso2.appserver" name="musicstore-app" rev="6.0.0-m4">
<artifact name="musicstore-app" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='musicstore-app', version='6.0.0-m4')
)
libraryDependencies += "org.wso2.appserver" % "musicstore-app" % "6.0.0-m4"
[org.wso2.appserver/musicstore-app "6.0.0-m4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-servlet-api | jar | 8.0.36 |
Parent POM file for WSO2 Carbon platform projects hold the properties, plugins which are required to build carbon components, carbon features and products.