MVN

br.com.totalvoice : totalvoice-java

Maven & Gradle

Oct 01, 2021
3 stars

TotalVoice API Client

<dependency>
    <groupId>br.com.totalvoice</groupId>
    <artifactId>totalvoice-java</artifactId>
    <version>1.4.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.totalvoice : totalvoice-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.13

All Versions

Choose a version of br.com.totalvoice : totalvoice-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
totalvoice-java-1.4.13
totalvoice-java-1.4.11
1.1.x
totalvoice-java-1.1.1
1.0.x
totalvoice-java-1.0.3

How to add a dependency to Maven

Add the following br.com.totalvoice : totalvoice-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.totalvoice</groupId>
    <artifactId>totalvoice-java</artifactId>
    <version>1.4.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.totalvoice : totalvoice-java gradle dependency to your build.gradle file:

implementation 'br.com.totalvoice:totalvoice-java:1.4.13'

Gradle Kotlin DSL: Add the following br.com.totalvoice : totalvoice-java gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.totalvoice:totalvoice-java:1.4.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.totalvoice : totalvoice-java sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.totalvoice" % "totalvoice-java" % "1.4.13"

Advertisement