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