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