Categories |
Categoriesowner Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.wso2.is |
ArtifactId | ArtifactIdoauth10a-resource-owner-equivalent |
Version | Version5.5.0-alpha2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.is/oauth10a-resource-owner-equivalent/ -->
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>oauth10a-resource-owner-equivalent</artifactId>
<version>5.5.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.is/oauth10a-resource-owner-equivalent/
implementation 'org.wso2.is:oauth10a-resource-owner-equivalent:5.5.0-alpha2'
// https://jarcasting.com/artifacts/org.wso2.is/oauth10a-resource-owner-equivalent/
implementation ("org.wso2.is:oauth10a-resource-owner-equivalent:5.5.0-alpha2")
'org.wso2.is:oauth10a-resource-owner-equivalent:jar:5.5.0-alpha2'
<dependency org="org.wso2.is" name="oauth10a-resource-owner-equivalent" rev="5.5.0-alpha2">
<artifact name="oauth10a-resource-owner-equivalent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.is', module='oauth10a-resource-owner-equivalent', version='5.5.0-alpha2')
)
libraryDependencies += "org.wso2.is" % "oauth10a-resource-owner-equivalent" % "5.5.0-alpha2"
[org.wso2.is/oauth10a-resource-owner-equivalent "5.5.0-alpha2"]