| License |
License |
|---|---|
| GroupId | GroupIdcom.pixplicity.sharp |
| ArtifactId | ArtifactIdsharp |
| Last Version | Last Version1.1.3 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionsharp
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sharp-1.1.3.pom | |
| sharp-1.1.3-sources.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pixplicity.sharp/sharp/ -->
<dependency>
<groupId>com.pixplicity.sharp</groupId>
<artifactId>sharp</artifactId>
<version>1.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pixplicity.sharp/sharp/
implementation 'com.pixplicity.sharp:sharp:1.1.3'
// https://jarcasting.com/artifacts/com.pixplicity.sharp/sharp/
implementation ("com.pixplicity.sharp:sharp:1.1.3")
'com.pixplicity.sharp:sharp:aar:1.1.3'
<dependency org="com.pixplicity.sharp" name="sharp" rev="1.1.3">
<artifact name="sharp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pixplicity.sharp', module='sharp', version='1.1.3')
)
libraryDependencies += "com.pixplicity.sharp" % "sharp" % "1.1.3"
[com.pixplicity.sharp/sharp "1.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| » unspecified | jar | |
| androidx.annotation » annotation | jar | 1.1.0 |