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