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