GroupId | GroupIdorg.wso2.is |
---|---|
ArtifactId | ArtifactIdPassiveSTSSampleApp |
Version | Version5.8.0-m13 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.is/PassiveSTSSampleApp/ -->
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>PassiveSTSSampleApp</artifactId>
<version>5.8.0-m13</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.is/PassiveSTSSampleApp/
implementation 'org.wso2.is:PassiveSTSSampleApp:5.8.0-m13'
// https://jarcasting.com/artifacts/org.wso2.is/PassiveSTSSampleApp/
implementation ("org.wso2.is:PassiveSTSSampleApp:5.8.0-m13")
'org.wso2.is:PassiveSTSSampleApp:war:5.8.0-m13'
<dependency org="org.wso2.is" name="PassiveSTSSampleApp" rev="5.8.0-m13">
<artifact name="PassiveSTSSampleApp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.is', module='PassiveSTSSampleApp', version='5.8.0-m13')
)
libraryDependencies += "org.wso2.is" % "PassiveSTSSampleApp" % "5.8.0-m13"
[org.wso2.is/PassiveSTSSampleApp "5.8.0-m13"]