MVN

com.pixplicity.sharp : sharp

Maven & Gradle

Nov 14, 2021
1k stars

sharp · Sharp is a Scalable Vector Graphics (SVG) implementation for Android. It facilitates loading vector graphics as SharpDrawables, and can effectively be used wherever a conventional image would be displayed, whether it be as a background, ImageView source, inside a StateListDrawable or used as composites in a TextView.

<dependency>
    <groupId>com.pixplicity.sharp</groupId>
    <artifactId>sharp</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pixplicity.sharp : sharp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.pixplicity.sharp : sharp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sharp-1.1.3

How to add a dependency to Maven

Add the following com.pixplicity.sharp : sharp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pixplicity.sharp</groupId>
    <artifactId>sharp</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pixplicity.sharp : sharp gradle dependency to your build.gradle file:

implementation 'com.pixplicity.sharp:sharp:1.1.3'

Gradle Kotlin DSL: Add the following com.pixplicity.sharp : sharp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pixplicity.sharp:sharp:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pixplicity.sharp : sharp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pixplicity.sharp" % "sharp" % "1.1.3"

Advertisement