GroupId | GroupIdorg.wso2.is |
---|---|
ArtifactId | ArtifactIdPassiveSTSSample |
Version | Version5.10.1-m1 |
Type | Typepom |
Filename | Size |
---|---|
PassiveSTSSample-5.10.1-m1.pom | 703 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.is/PassiveSTSSample/ -->
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>PassiveSTSSample</artifactId>
<version>5.10.1-m1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.is/PassiveSTSSample/
implementation 'org.wso2.is:PassiveSTSSample:5.10.1-m1'
// https://jarcasting.com/artifacts/org.wso2.is/PassiveSTSSample/
implementation ("org.wso2.is:PassiveSTSSample:5.10.1-m1")
'org.wso2.is:PassiveSTSSample:pom:5.10.1-m1'
<dependency org="org.wso2.is" name="PassiveSTSSample" rev="5.10.1-m1">
<artifact name="PassiveSTSSample" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.is', module='PassiveSTSSample', version='5.10.1-m1')
)
libraryDependencies += "org.wso2.is" % "PassiveSTSSample" % "5.10.1-m1"
[org.wso2.is/PassiveSTSSample "5.10.1-m1"]