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 | ArtifactIdcoffeeshop |
Last Version | Last Version6.0.0-m4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWSO2 Application Server - Sample - Coffeeshop Jaggery Sample
Jagerry Sample
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
coffeeshop-6.0.0-m4.pom | |
coffeeshop-6.0.0-m4.jar | 7 KB |
coffeeshop-6.0.0-m4-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/coffeeshop/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>coffeeshop</artifactId>
<version>6.0.0-m4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/coffeeshop/
implementation 'org.wso2.appserver:coffeeshop:6.0.0-m4'
// https://jarcasting.com/artifacts/org.wso2.appserver/coffeeshop/
implementation ("org.wso2.appserver:coffeeshop:6.0.0-m4")
'org.wso2.appserver:coffeeshop:jar:6.0.0-m4'
<dependency org="org.wso2.appserver" name="coffeeshop" rev="6.0.0-m4">
<artifact name="coffeeshop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='coffeeshop', version='6.0.0-m4')
)
libraryDependencies += "org.wso2.appserver" % "coffeeshop" % "6.0.0-m4"
[org.wso2.appserver/coffeeshop "6.0.0-m4"]
Parent POM file for WSO2 Carbon platform projects hold the properties, plugins which are required to build carbon components, carbon features and products.
Version |
---|
6.0.0-m4
|