文件下载
文件名 操作
library-0.9.3.pom 下载
library-0.9.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.stoyicker.otpview</groupId>
  <artifactId>library</artifactId>
  <version>0.9.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.stoyicker.otpview:library:0.9.3'
Gradle Kotlin
implementation("com.github.stoyicker.otpview:library:0.9.3")
Scala SBT
libraryDependencies += "com.github.stoyicker.otpview" % "library" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stoyicker.otpview', module='library', version='0.9.3')
)
Apache Ivy
<dependency org="com.github.stoyicker.otpview" name="library" rev="0.9.3" />
Leiningen
[com.github.stoyicker.otpview/library "0.9.3"]
Apache Buildr
'com.github.stoyicker.otpview:library:jar:0.9.3'
本项目依赖
该项目无第三方依赖