sharp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.pixplicity.sharp</groupId> <artifactId>sharp</artifactId> <version>1.1.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.pixplicity.sharp</groupId> <artifactId>sharp</artifactId> <version>1.1.3</version> <packaging>aar</packaging> <name>sharp</name> <description>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.</description> <url>https://github.com/Pixplicity/sharp</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>pflammertsma</id> <name>Paul Lammerstma</name> <email>paul@pixplicity.com</email> </developer> <developer> <id>mlagerberg</id> <name>Mathijs Lagerberg</name> <email>mathijs@pixplicity.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:Pixplicity/sharp.git</connection> <developerConnection>scm:git@github.com:Pixplicity/sharp.git</developerConnection> <url>https://github.com/Pixplicity/sharp</url> </scm> <dependencies> <dependency> <groupId/> <artifactId>unspecified</artifactId> <version/> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.1.0</version> </dependency> </dependencies> </project>