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