| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.wso2.km.ext.auth0 |
| ArtifactId | ArtifactIdauth0.auth.client |
| Version | Version1.0.1 |
| Type | Typepom |
| Description |
DescriptionClient implementation to integrate with Auth0
WSO2 is an open source application development software company focused on providing service-oriented
architecture solutions for professional developers.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| auth0.auth.client-1.0.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.km.ext.auth0/auth0.auth.client/ -->
<dependency>
<groupId>org.wso2.km.ext.auth0</groupId>
<artifactId>auth0.auth.client</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.km.ext.auth0/auth0.auth.client/
implementation 'org.wso2.km.ext.auth0:auth0.auth.client:1.0.1'
// https://jarcasting.com/artifacts/org.wso2.km.ext.auth0/auth0.auth.client/
implementation ("org.wso2.km.ext.auth0:auth0.auth.client:1.0.1")
'org.wso2.km.ext.auth0:auth0.auth.client:pom:1.0.1'
<dependency org="org.wso2.km.ext.auth0" name="auth0.auth.client" rev="1.0.1">
<artifact name="auth0.auth.client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.km.ext.auth0', module='auth0.auth.client', version='1.0.1')
)
libraryDependencies += "org.wso2.km.ext.auth0" % "auth0.auth.client" % "1.0.1"
[org.wso2.km.ext.auth0/auth0.auth.client "1.0.1"]