License |
License |
---|---|
GroupId | GroupIdorg.wso2.samples.is |
ArtifactId | ArtifactIdpickup-saml |
Version | Version4.3.6 |
Type | Typewar |
Description |
Descriptionpickup Maven SAML client Webapp
WSO2 Identity Server Samples
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pickup-saml-4.3.6.pom | |
pickup-saml-4.3.6.war | 76 MB |
pickup-saml-4.3.6-sources.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.samples.is/pickup-saml/ -->
<dependency>
<groupId>org.wso2.samples.is</groupId>
<artifactId>pickup-saml</artifactId>
<version>4.3.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.samples.is/pickup-saml/
implementation 'org.wso2.samples.is:pickup-saml:4.3.6'
// https://jarcasting.com/artifacts/org.wso2.samples.is/pickup-saml/
implementation ("org.wso2.samples.is:pickup-saml:4.3.6")
'org.wso2.samples.is:pickup-saml:war:4.3.6'
<dependency org="org.wso2.samples.is" name="pickup-saml" rev="4.3.6">
<artifact name="pickup-saml" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.samples.is', module='pickup-saml', version='4.3.6')
)
libraryDependencies += "org.wso2.samples.is" % "pickup-saml" % "4.3.6"
[org.wso2.samples.is/pickup-saml "4.3.6"]