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 | ArtifactIdsamples |
Last Version | Last Version6.0.0-m4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Application Server - Samples
WSO2 Application Server sample artifacts
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
samples-6.0.0-m4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/samples/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>samples</artifactId>
<version>6.0.0-m4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/samples/
implementation 'org.wso2.appserver:samples:6.0.0-m4'
// https://jarcasting.com/artifacts/org.wso2.appserver/samples/
implementation ("org.wso2.appserver:samples:6.0.0-m4")
'org.wso2.appserver:samples:pom:6.0.0-m4'
<dependency org="org.wso2.appserver" name="samples" rev="6.0.0-m4">
<artifact name="samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='samples', version='6.0.0-m4')
)
libraryDependencies += "org.wso2.appserver" % "samples" % "6.0.0-m4"
[org.wso2.appserver/samples "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.