Files download
File Operation
library-1.0.27.pom download
library-1.0.27-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stoyicker.otpview</groupId>
  <artifactId>library</artifactId>
  <version>1.0.27</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.stoyicker.otpview:library:1.0.27'
Gradle Kotlin
implementation("com.github.stoyicker.otpview:library:1.0.27")
Scala SBT
libraryDependencies += "com.github.stoyicker.otpview" % "library" % "1.0.27"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stoyicker.otpview', module='library', version='1.0.27')
)
Apache Ivy
<dependency org="com.github.stoyicker.otpview" name="library" rev="1.0.27" />
Leiningen
[com.github.stoyicker.otpview/library "1.0.27"]
Apache Buildr
'com.github.stoyicker.otpview:library:jar:1.0.27'
Dependencies
The project has no third-party dependencies