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