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