MVN

com.winnerlook : voice-sdk

Maven & Gradle

Jun 14, 2023
0 stars

voice-sdk · This project is used to help our customers to invoke our web services.

<dependency>
    <groupId>com.winnerlook</groupId>
    <artifactId>voice-sdk</artifactId>
    <version>1.1.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.19

All Versions

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

Version Vulnerabilities Updated
1.1.x
voice-sdk-1.1.19
voice-sdk-1.1.18
voice-sdk-1.1.16
voice-sdk-1.1.14
voice-sdk-1.1.13
voice-sdk-1.1.12
voice-sdk-1.1.11
voice-sdk-1.1.10
voice-sdk-1.1.9
voice-sdk-1.1.8
voice-sdk-1.1.6
voice-sdk-1.1.4
voice-sdk-1.1.3
voice-sdk-1.1.2
voice-sdk-1.1.1
voice-sdk-1.1.10_Test
voice-sdk-1.1.8_prod
1.0.x
voice-sdk-1.0.0_test

How to add a dependency to Maven

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

<dependency>
    <groupId>com.winnerlook</groupId>
    <artifactId>voice-sdk</artifactId>
    <version>1.1.19</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.winnerlook:voice-sdk:1.1.19'

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

implementation("com.winnerlook:voice-sdk:1.1.19")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.winnerlook" % "voice-sdk" % "1.1.19"

Advertisement