Categories |
CategoriesH2 Data Databases Security OAuth2 |
---|---|
GroupId | GroupIdorg.wso2.msf4j |
ArtifactId | ArtifactIdoauth2-security |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
oauth2-security-2.5.0.pom | |
oauth2-security-2.5.0.jar | 6 MB |
oauth2-security-2.5.0-sources.jar | 4 KB |
oauth2-security-2.5.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j/oauth2-security/ -->
<dependency>
<groupId>org.wso2.msf4j</groupId>
<artifactId>oauth2-security</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j/oauth2-security/
implementation 'org.wso2.msf4j:oauth2-security:2.5.0'
// https://jarcasting.com/artifacts/org.wso2.msf4j/oauth2-security/
implementation ("org.wso2.msf4j:oauth2-security:2.5.0")
'org.wso2.msf4j:oauth2-security:jar:2.5.0'
<dependency org="org.wso2.msf4j" name="oauth2-security" rev="2.5.0">
<artifact name="oauth2-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j', module='oauth2-security', version='2.5.0')
)
libraryDependencies += "org.wso2.msf4j" % "oauth2-security" % "2.5.0"
[org.wso2.msf4j/oauth2-security "2.5.0"]