| License |
License |
|---|---|
| GroupId | GroupIdorg.cethos.tools |
| ArtifactId | ArtifactIdninepatch-convert |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNinePatch Convert
A small tool that batch converts regular images to nine-patches.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ninepatch-convert-1.0.1.pom | |
| ninepatch-convert-1.0.1.jar | 11 KB |
| ninepatch-convert-1.0.1-sources.jar | 6 KB |
| ninepatch-convert-1.0.1-javadoc.jar | 49 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| commons-cli : commons-cli | jar | 1.2 |
| com.esotericsoftware : jsonbeans | jar | 0.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |