MVN

io.antmedia.app : root

Maven & Gradle

Apr 22, 2021

Console Maven Webapp · Backend for the Web Management Console

<dependency>
    <groupId>io.antmedia.app</groupId>
    <artifactId>root</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.antmedia.app : root to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2

All Versions

Choose a version of io.antmedia.app : root to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
root-2.3.2
root-2.3.1
root-2.3.0
2.2.x
root-2.2.1
root-2.2.0
2.1.x
root-2.1.0
2.0.x
root-2.0.0
1.9.x
root-1.9.1
root-1.9.0
1.8.x
root-1.8.1
root-1.8.0
1.7.x
root-1.7.2
root-1.7.1
root-1.7.0
1.6.x
root-1.6.2
root-1.6.1
root-1.6.0

How to add a dependency to Maven

Add the following io.antmedia.app : root maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.antmedia.app</groupId>
    <artifactId>root</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.antmedia.app : root gradle dependency to your build.gradle file:

implementation 'io.antmedia.app:root:2.3.2'

Gradle Kotlin DSL: Add the following io.antmedia.app : root gradle kotlin dependency to your build.gradle.kts file:

implementation("io.antmedia.app:root:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.antmedia.app : root sbt scala dependency to your build.sbt file:

libraryDependencies += "io.antmedia.app" % "root" % "2.3.2"

Advertisement