License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.wso2.is |
ArtifactId | ArtifactIdcustom-grant |
Version | Version5.11.0-m33 |
Type | Typejar |
Description |
DescriptionOAuth 2.0 Custom Grant
WSO2 Identity Server
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
custom-grant-5.11.0-m33.pom | |
custom-grant-5.11.0-m33.jar | 18 KB |
custom-grant-5.11.0-m33-sources.jar | 19 KB |
custom-grant-5.11.0-m33-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.is/custom-grant/ -->
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>custom-grant</artifactId>
<version>5.11.0-m33</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.is/custom-grant/
implementation 'org.wso2.is:custom-grant:5.11.0-m33'
// https://jarcasting.com/artifacts/org.wso2.is/custom-grant/
implementation ("org.wso2.is:custom-grant:5.11.0-m33")
'org.wso2.is:custom-grant:jar:5.11.0-m33'
<dependency org="org.wso2.is" name="custom-grant" rev="5.11.0-m33">
<artifact name="custom-grant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.is', module='custom-grant', version='5.11.0-m33')
)
libraryDependencies += "org.wso2.is" % "custom-grant" % "5.11.0-m33"
[org.wso2.is/custom-grant "5.11.0-m33"]