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