MVN

com.wizzdi : video-conference-service

Maven & Gradle

Aug 24, 2023
0 stars

video conference service

<dependency>
    <groupId>com.wizzdi</groupId>
    <artifactId>video-conference-service</artifactId>
    <version>6.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wizzdi : video-conference-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.7

All Versions

Choose a version of com.wizzdi : video-conference-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
video-conference-service-6.0.7
video-conference-service-6.0.6
video-conference-service-6.0.5
video-conference-service-6.0.4
video-conference-service-6.0.3
video-conference-service-6.0.2
video-conference-service-6.0.1
4.1.x
video-conference-service-4.1.5
1.0.x
video-conference-service-1.0.0

How to add a dependency to Maven

Add the following com.wizzdi : video-conference-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wizzdi</groupId>
    <artifactId>video-conference-service</artifactId>
    <version>6.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wizzdi : video-conference-service gradle dependency to your build.gradle file:

implementation 'com.wizzdi:video-conference-service:6.0.7'

Gradle Kotlin DSL: Add the following com.wizzdi : video-conference-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wizzdi:video-conference-service:6.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wizzdi : video-conference-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wizzdi" % "video-conference-service" % "6.0.7"

Advertisement