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