MVN

net.polyv.android : plvARTC

Maven & Gradle

May 10, 2021
2 usages
18 stars

plvARTC · plvARTC

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

Latest Version

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

  • Latest Stable: 3.1.1.p2

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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