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