Categories |
CategoriesH2 Data Databases Security OAuth2 |
---|---|
GroupId | GroupIdcom.clouway.security |
ArtifactId | ArtifactIdoauth2-server |
Version | Version1.0-RC20 |
Type | Typejar |
Filename | Size |
---|---|
oauth2-server-1.0-RC20.pom | |
oauth2-server-1.0-RC20.jar | 57 KB |
oauth2-server-1.0-RC20-sources.jar | 35 KB |
oauth2-server-1.0-RC20-javadoc.jar | 273 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.clouway.security/oauth2-server/ -->
<dependency>
<groupId>com.clouway.security</groupId>
<artifactId>oauth2-server</artifactId>
<version>1.0-RC20</version>
</dependency>
// https://jarcasting.com/artifacts/com.clouway.security/oauth2-server/
implementation 'com.clouway.security:oauth2-server:1.0-RC20'
// https://jarcasting.com/artifacts/com.clouway.security/oauth2-server/
implementation ("com.clouway.security:oauth2-server:1.0-RC20")
'com.clouway.security:oauth2-server:jar:1.0-RC20'
<dependency org="com.clouway.security" name="oauth2-server" rev="1.0-RC20">
<artifact name="oauth2-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clouway.security', module='oauth2-server', version='1.0-RC20')
)
libraryDependencies += "com.clouway.security" % "oauth2-server" % "1.0-RC20"
[com.clouway.security/oauth2-server "1.0-RC20"]