| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.cethos.tools |
| Идентификатор | Идентификаторninepatch-convert |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
ОписаниеNinePatch Convert
A small tool that batch converts regular images to nine-patches.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| ninepatch-convert-1.0.1.pom | |
| ninepatch-convert-1.0.1.jar | 14 KB |
| ninepatch-convert-1.0.1-sources.jar | 8 KB |
| ninepatch-convert-1.0.1-javadoc.jar | 61 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.cethos.tools/ninepatch-convert/ -->
<dependency>
<groupId>org.cethos.tools</groupId>
<artifactId>ninepatch-convert</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cethos.tools/ninepatch-convert/
implementation 'org.cethos.tools:ninepatch-convert:1.0.1'
// https://jarcasting.com/artifacts/org.cethos.tools/ninepatch-convert/
implementation ("org.cethos.tools:ninepatch-convert:1.0.1")
'org.cethos.tools:ninepatch-convert:jar:1.0.1'
<dependency org="org.cethos.tools" name="ninepatch-convert" rev="1.0.1">
<artifact name="ninepatch-convert" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cethos.tools', module='ninepatch-convert', version='1.0.1')
)
libraryDependencies += "org.cethos.tools" % "ninepatch-convert" % "1.0.1"
[org.cethos.tools/ninepatch-convert "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| commons-cli : commons-cli | jar | 1.2 |
| com.esotericsoftware : jsonbeans | jar | 0.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |