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