| Группа | Группаorg.cethos.tools |
|---|---|
| Идентификатор | Идентификаторninepatch-convert |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ninepatch-convert-1.0.0.pom | |
| ninepatch-convert-1.0.0.jar | 11 KB |
| ninepatch-convert-1.0.0-sources.jar | 6 KB |
| ninepatch-convert-1.0.0-javadoc.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.cethos.tools/ninepatch-convert/ -->
<dependency>
<groupId>org.cethos.tools</groupId>
<artifactId>ninepatch-convert</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cethos.tools/ninepatch-convert/
implementation 'org.cethos.tools:ninepatch-convert:1.0.0'
// https://jarcasting.com/artifacts/org.cethos.tools/ninepatch-convert/
implementation ("org.cethos.tools:ninepatch-convert:1.0.0")
'org.cethos.tools:ninepatch-convert:jar:1.0.0'
<dependency org="org.cethos.tools" name="ninepatch-convert" rev="1.0.0">
<artifact name="ninepatch-convert" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cethos.tools', module='ninepatch-convert', version='1.0.0')
)
libraryDependencies += "org.cethos.tools" % "ninepatch-convert" % "1.0.0"
[org.cethos.tools/ninepatch-convert "1.0.0"]