MVN

net.polyv.android : plvARTCEmpty

Maven & Gradle

May 10, 2021
18 stars

plvARTCEmpty · plvARTCEmpty

<dependency>
    <groupId>net.polyv.android</groupId>
    <artifactId>plvARTCEmpty</artifactId>
    <version>3.1.1.p2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.polyv.android : plvARTCEmpty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1.p2

All Versions

Choose a version of net.polyv.android : plvARTCEmpty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
plvARTCEmpty-3.1.1.p2
2.9.x
plvARTCEmpty-2.9.0.107.p1

How to add a dependency to Maven

Add the following net.polyv.android : plvARTCEmpty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.polyv.android</groupId>
    <artifactId>plvARTCEmpty</artifactId>
    <version>3.1.1.p2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.polyv.android : plvARTCEmpty gradle dependency to your build.gradle file:

implementation 'net.polyv.android:plvARTCEmpty:3.1.1.p2'

Gradle Kotlin DSL: Add the following net.polyv.android : plvARTCEmpty gradle kotlin dependency to your build.gradle.kts file:

implementation("net.polyv.android:plvARTCEmpty:3.1.1.p2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.polyv.android : plvARTCEmpty sbt scala dependency to your build.sbt file:

libraryDependencies += "net.polyv.android" % "plvARTCEmpty" % "3.1.1.p2"

Advertisement