| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.openid |
| Идентификатор | Идентификаторappauth |
| Версия | Версия0.8.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| appauth-0.8.0.pom | |
| appauth-0.8.0-sources.jar | 115 KB |
| appauth-0.8.0-javadoc.jar | 338 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.openid/appauth/ -->
<dependency>
<groupId>net.openid</groupId>
<artifactId>appauth</artifactId>
<version>0.8.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.openid/appauth/
implementation 'net.openid:appauth:0.8.0'
// https://jarcasting.com/artifacts/net.openid/appauth/
implementation ("net.openid:appauth:0.8.0")
'net.openid:appauth:aar:0.8.0'
<dependency org="net.openid" name="appauth" rev="0.8.0">
<artifact name="appauth" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.openid', module='appauth', version='0.8.0')
)
libraryDependencies += "net.openid" % "appauth" % "0.8.0"
[net.openid/appauth "0.8.0"]