| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.pixplicity.sharp |
| Идентификатор | Идентификаторsharp |
| Последняя версия | Последняя версия1.1.3 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| sharp-1.1.3.pom | |
| sharp-1.1.3-sources.jar | 28 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| » unspecified | jar | |
| androidx.annotation » annotation | jar | 1.1.0 |