| Категории |
КатегорииH2 Данные Базы данных OAuth2 Безопасность |
|---|---|
| Группа | Группаio.vertx |
| Идентификатор | Идентификаторvertx-auth-oauth2 |
| Версия | Версия4.0.0-milestone2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-auth-oauth2/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-oauth2</artifactId>
<version>4.0.0-milestone2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-auth-oauth2/
implementation 'io.vertx:vertx-auth-oauth2:4.0.0-milestone2'
// https://jarcasting.com/artifacts/io.vertx/vertx-auth-oauth2/
implementation ("io.vertx:vertx-auth-oauth2:4.0.0-milestone2")
'io.vertx:vertx-auth-oauth2:jar:4.0.0-milestone2'
<dependency org="io.vertx" name="vertx-auth-oauth2" rev="4.0.0-milestone2">
<artifact name="vertx-auth-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-auth-oauth2', version='4.0.0-milestone2')
)
libraryDependencies += "io.vertx" % "vertx-auth-oauth2" % "4.0.0-milestone2"
[io.vertx/vertx-auth-oauth2 "4.0.0-milestone2"]