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