| Категории |
КатегорииДанные Безопасность CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаio.getlime.security |
| Идентификатор | Идентификаторpowerauth-data-adapter-client |
| Версия | Версия0.22.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.getlime.security/powerauth-data-adapter-client/ -->
<dependency>
<groupId>io.getlime.security</groupId>
<artifactId>powerauth-data-adapter-client</artifactId>
<version>0.22.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.getlime.security/powerauth-data-adapter-client/
implementation 'io.getlime.security:powerauth-data-adapter-client:0.22.2'
// https://jarcasting.com/artifacts/io.getlime.security/powerauth-data-adapter-client/
implementation ("io.getlime.security:powerauth-data-adapter-client:0.22.2")
'io.getlime.security:powerauth-data-adapter-client:jar:0.22.2'
<dependency org="io.getlime.security" name="powerauth-data-adapter-client" rev="0.22.2">
<artifact name="powerauth-data-adapter-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.getlime.security', module='powerauth-data-adapter-client', version='0.22.2')
)
libraryDependencies += "io.getlime.security" % "powerauth-data-adapter-client" % "0.22.2"
[io.getlime.security/powerauth-data-adapter-client "0.22.2"]