MVN

me.chatgame.mobilecg : voiplib_debug

Maven & Gradle

Dec 09, 2016

VOIPLIB · Voip Lib

<dependency>
    <groupId>me.chatgame.mobilecg</groupId>
    <artifactId>voiplib_debug</artifactId>
    <version>1.3.42-3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.chatgame.mobilecg : voiplib_debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.42-3

All Versions

Choose a version of me.chatgame.mobilecg : voiplib_debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
voiplib_debug-1.3.42-3
voiplib_debug-1.3.42-2
voiplib_debug-1.3.42-1
voiplib_debug-1.3.42
voiplib_debug-1.3.41-1
voiplib_debug-1.3.41
voiplib_debug-1.3.40
voiplib_debug-1.3.39
voiplib_debug-1.3.36
voiplib_debug-1.3.34.1
voiplib_debug-1.3.34
voiplib_debug-1.3.32-1
voiplib_debug-1.3.32
voiplib_debug-1.3.26.4-1
voiplib_debug-1.3.26.4

How to add a dependency to Maven

Add the following me.chatgame.mobilecg : voiplib_debug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.chatgame.mobilecg</groupId>
    <artifactId>voiplib_debug</artifactId>
    <version>1.3.42-3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.chatgame.mobilecg : voiplib_debug gradle dependency to your build.gradle file:

implementation 'me.chatgame.mobilecg:voiplib_debug:1.3.42-3'

Gradle Kotlin DSL: Add the following me.chatgame.mobilecg : voiplib_debug gradle kotlin dependency to your build.gradle.kts file:

implementation("me.chatgame.mobilecg:voiplib_debug:1.3.42-3")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.chatgame.mobilecg : voiplib_debug sbt scala dependency to your build.sbt file:

libraryDependencies += "me.chatgame.mobilecg" % "voiplib_debug" % "1.3.42-3"

Advertisement