| Категории |
КатегорииH2 Данные Базы данных OAuth2 Безопасность |
|---|---|
| Группа | Группаde.adorsys.oauth2-pkce |
| Идентификатор | Идентификаторexample-starter |
| Версия | Версия0.10.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| example-starter-0.10.0.pom | |
| example-starter-0.10.0.jar | 10 KB |
| example-starter-0.10.0-sources.jar | 6 KB |
| example-starter-0.10.0-javadoc.jar | 44 KB |
| example-starter-0.10.0-executable.jar | 25 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.adorsys.oauth2-pkce/example-starter/ -->
<dependency>
<groupId>de.adorsys.oauth2-pkce</groupId>
<artifactId>example-starter</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.oauth2-pkce/example-starter/
implementation 'de.adorsys.oauth2-pkce:example-starter:0.10.0'
// https://jarcasting.com/artifacts/de.adorsys.oauth2-pkce/example-starter/
implementation ("de.adorsys.oauth2-pkce:example-starter:0.10.0")
'de.adorsys.oauth2-pkce:example-starter:jar:0.10.0'
<dependency org="de.adorsys.oauth2-pkce" name="example-starter" rev="0.10.0">
<artifact name="example-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.oauth2-pkce', module='example-starter', version='0.10.0')
)
libraryDependencies += "de.adorsys.oauth2-pkce" % "example-starter" % "0.10.0"
[de.adorsys.oauth2-pkce/example-starter "0.10.0"]