MVN

com.voximplant : apiclient

Maven & Gradle

Feb 09, 2023
1 stars

voximplant-apiclient · Voximplant Java API client library. Voximplant is a cloud communications platform for business and developers

<dependency>
    <groupId>com.voximplant</groupId>
    <artifactId>apiclient</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.voximplant : apiclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.voximplant : apiclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
apiclient-1.0.2
apiclient-1.0.1
apiclient-1.0.0

How to add a dependency to Maven

Add the following com.voximplant : apiclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.voximplant</groupId>
    <artifactId>apiclient</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.voximplant : apiclient gradle dependency to your build.gradle file:

implementation 'com.voximplant:apiclient:1.0.2'

Gradle Kotlin DSL: Add the following com.voximplant : apiclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.voximplant:apiclient:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.voximplant : apiclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.voximplant" % "apiclient" % "1.0.2"

Advertisement