| Группа | Группаio.corbel |
|---|---|
| Идентификатор | Идентификаторoauth-server |
| Версия | Версия1.29.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| oauth-server-1.29.0.pom | |
| oauth-server-1.29.0.jar | 70 KB |
| oauth-server-1.29.0-sources.jar | 40 KB |
| oauth-server-1.29.0-javadoc.jar | 357 bytes |
| oauth-server-1.29.0-bin.tar.gz | 29 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.corbel/oauth-server/ -->
<dependency>
<groupId>io.corbel</groupId>
<artifactId>oauth-server</artifactId>
<version>1.29.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.corbel/oauth-server/
implementation 'io.corbel:oauth-server:1.29.0'
// https://jarcasting.com/artifacts/io.corbel/oauth-server/
implementation ("io.corbel:oauth-server:1.29.0")
'io.corbel:oauth-server:jar:1.29.0'
<dependency org="io.corbel" name="oauth-server" rev="1.29.0">
<artifact name="oauth-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.corbel', module='oauth-server', version='1.29.0')
)
libraryDependencies += "io.corbel" % "oauth-server" % "1.29.0"
[io.corbel/oauth-server "1.29.0"]