| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.jonathannye.rpatch |
| Идентификатор | Идентификаторrpatch |
| Последняя версия | Последняя версия0.9 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRPatch
Android library for creating resizable, repeating Drawables from familiar NinePatch format.
|
| Имя Файла | Размер |
|---|---|
| rpatch-0.9.pom | |
| rpatch-0.9.jar | 5 KB |
| rpatch-0.9-sources.jar | 3 KB |
| rpatch-0.9-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jonathannye.rpatch/rpatch/ -->
<dependency>
<groupId>com.github.jonathannye.rpatch</groupId>
<artifactId>rpatch</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonathannye.rpatch/rpatch/
implementation 'com.github.jonathannye.rpatch:rpatch:0.9'
// https://jarcasting.com/artifacts/com.github.jonathannye.rpatch/rpatch/
implementation ("com.github.jonathannye.rpatch:rpatch:0.9")
'com.github.jonathannye.rpatch:rpatch:jar:0.9'
<dependency org="com.github.jonathannye.rpatch" name="rpatch" rev="0.9">
<artifact name="rpatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonathannye.rpatch', module='rpatch', version='0.9')
)
libraryDependencies += "com.github.jonathannye.rpatch" % "rpatch" % "0.9"
[com.github.jonathannye.rpatch/rpatch "0.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |