| License |
License |
|---|---|
| GroupId | GroupIdorg.cethos.tools |
| ArtifactId | ArtifactIdninebatch |
| Version | Version1.1.3 |
| Type | Typejar |
| Description |
DescriptionNineBatch
A small tool that batch converts regular images to nine-patches.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ninebatch-1.1.3.pom | |
| ninebatch-1.1.3.jar | 17 KB |
| ninebatch-1.1.3-sources.jar | 11 KB |
| ninebatch-1.1.3-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.cethos.tools/ninebatch/ -->
<dependency>
<groupId>org.cethos.tools</groupId>
<artifactId>ninebatch</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.cethos.tools/ninebatch/
implementation 'org.cethos.tools:ninebatch:1.1.3'
// https://jarcasting.com/artifacts/org.cethos.tools/ninebatch/
implementation ("org.cethos.tools:ninebatch:1.1.3")
'org.cethos.tools:ninebatch:jar:1.1.3'
<dependency org="org.cethos.tools" name="ninebatch" rev="1.1.3">
<artifact name="ninebatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cethos.tools', module='ninebatch', version='1.1.3')
)
libraryDependencies += "org.cethos.tools" % "ninebatch" % "1.1.3"
[org.cethos.tools/ninebatch "1.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| commons-cli : commons-cli | jar | 1.2 |
| com.esotericsoftware : jsonbeans | jar | 0.7 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |