MVN

com.wnafee : vector-compat

Maven & Gradle

Apr 28, 2015
1 usages
1.2k stars

vector-compat library · A support library for VectorDrawable and AnimatedVectorDrawable introduced in Lollipop

<dependency>
    <groupId>com.wnafee</groupId>
    <artifactId>vector-compat</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wnafee : vector-compat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.wnafee : vector-compat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
vector-compat-1.0.5
vector-compat-1.0.4
vector-compat-1.0.3
vector-compat-1.0.2
vector-compat-1.0.1
vector-compat-1.0.0

How to add a dependency to Maven

Add the following com.wnafee : vector-compat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wnafee</groupId>
    <artifactId>vector-compat</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wnafee : vector-compat gradle dependency to your build.gradle file:

implementation 'com.wnafee:vector-compat:1.0.5'

Gradle Kotlin DSL: Add the following com.wnafee : vector-compat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wnafee:vector-compat:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wnafee : vector-compat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wnafee" % "vector-compat" % "1.0.5"

Advertisement