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 | ArtifactIdbookstore-app |
| Last Version | Last Version6.0.0-m4 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionWSO2 Application Server - SSO Sample - Book Store Web Application
Book Store Web Application
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| bookstore-app-6.0.0-m4.pom | |
| bookstore-app-6.0.0-m4.war | 591 KB |
| bookstore-app-6.0.0-m4-sources.jar | 8 KB |
| bookstore-app-6.0.0-m4-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/bookstore-app/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>bookstore-app</artifactId>
<version>6.0.0-m4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/bookstore-app/
implementation 'org.wso2.appserver:bookstore-app:6.0.0-m4'
// https://jarcasting.com/artifacts/org.wso2.appserver/bookstore-app/
implementation ("org.wso2.appserver:bookstore-app:6.0.0-m4")
'org.wso2.appserver:bookstore-app:war:6.0.0-m4'
<dependency org="org.wso2.appserver" name="bookstore-app" rev="6.0.0-m4">
<artifact name="bookstore-app" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='bookstore-app', version='6.0.0-m4')
)
libraryDependencies += "org.wso2.appserver" % "bookstore-app" % "6.0.0-m4"
[org.wso2.appserver/bookstore-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.