| GroupId | GroupIdcom.bq.corbel |
|---|---|
| ArtifactId | ArtifactIdoauth-server |
| Version | Version1.34.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| oauth-server-1.34.0.pom | |
| oauth-server-1.34.0.jar | 71 KB |
| oauth-server-1.34.0-sources.jar | 43 KB |
| oauth-server-1.34.0-javadoc.jar | 357 bytes |
| oauth-server-1.34.0-bin.tar.gz | 30 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bq.corbel/oauth-server/ -->
<dependency>
<groupId>com.bq.corbel</groupId>
<artifactId>oauth-server</artifactId>
<version>1.34.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bq.corbel/oauth-server/
implementation 'com.bq.corbel:oauth-server:1.34.0'
// https://jarcasting.com/artifacts/com.bq.corbel/oauth-server/
implementation ("com.bq.corbel:oauth-server:1.34.0")
'com.bq.corbel:oauth-server:jar:1.34.0'
<dependency org="com.bq.corbel" name="oauth-server" rev="1.34.0">
<artifact name="oauth-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bq.corbel', module='oauth-server', version='1.34.0')
)
libraryDependencies += "com.bq.corbel" % "oauth-server" % "1.34.0"
[com.bq.corbel/oauth-server "1.34.0"]