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-quickstart |
Last Version | Last Version6.0.0-m4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWSO2 Application Server - SSO Quickstart
WSO2 Application Server sample artifacts
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sso-quickstart-6.0.0-m4.pom | |
sso-quickstart-6.0.0-m4.jar | 30 KB |
sso-quickstart-6.0.0-m4-sources.jar | 23 KB |
sso-quickstart-6.0.0-m4-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/sso-quickstart/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>sso-quickstart</artifactId>
<version>6.0.0-m4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/sso-quickstart/
implementation 'org.wso2.appserver:sso-quickstart:6.0.0-m4'
// https://jarcasting.com/artifacts/org.wso2.appserver/sso-quickstart/
implementation ("org.wso2.appserver:sso-quickstart:6.0.0-m4")
'org.wso2.appserver:sso-quickstart:jar:6.0.0-m4'
<dependency org="org.wso2.appserver" name="sso-quickstart" rev="6.0.0-m4">
<artifact name="sso-quickstart" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='sso-quickstart', version='6.0.0-m4')
)
libraryDependencies += "org.wso2.appserver" % "sso-quickstart" % "6.0.0-m4"
[org.wso2.appserver/sso-quickstart "6.0.0-m4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-juli | 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.