MVN

com.xinliangxiang : voice-read

Maven & Gradle

Aug 16, 2023

voice-read · voice-read

<dependency>
    <groupId>com.xinliangxiang</groupId>
    <artifactId>voice-read</artifactId>
    <version>5.0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xinliangxiang : voice-read to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2.0

All Versions

Choose a version of com.xinliangxiang : voice-read to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
voice-read-5.0.2.0
4.7.x
voice-read-4.7.6.3
voice-read-4.7.6.2
voice-read-4.7.5.0
voice-read-4.7.4.0
4.6.x
voice-read-4.6.4.5
voice-read-4.6.4.3
voice-read-4.6.4.1
voice-read-4.6.4.0
voice-read-4.6.3.3
voice-read-4.6.3.2
voice-read-4.6.3.1
voice-read-4.6.3.0
voice-read-4.6.2.2
voice-read-4.6.2.0
voice-read-4.6.0.4
voice-read-4.6.0.3
voice-read-4.6.0.2
voice-read-4.6.0.1
voice-read-4.6.0.0
4.5.x
voice-read-4.5.4.0
voice-read-4.5.3.0
voice-read-4.5.2.0
voice-read-4.5.0.0
4.3.x
voice-read-4.3.0.0

How to add a dependency to Maven

Add the following com.xinliangxiang : voice-read maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xinliangxiang</groupId>
    <artifactId>voice-read</artifactId>
    <version>5.0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xinliangxiang : voice-read gradle dependency to your build.gradle file:

implementation 'com.xinliangxiang:voice-read:5.0.2.0'

Gradle Kotlin DSL: Add the following com.xinliangxiang : voice-read gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xinliangxiang:voice-read:5.0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xinliangxiang : voice-read sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xinliangxiang" % "voice-read" % "5.0.2.0"