is not current version
Last Version 1.1.3

org.cethos.tools:ninebatch 1.1

A small tool that batch converts regular images to nine-patches.

GroupId

GroupId

org.cethos.tools
ArtifactId

ArtifactId

ninebatch
Version

Version

1.1
Type

Type

jar

Download ninebatch 1.1


<!-- https://jarcasting.com/artifacts/org.cethos.tools/ninebatch/ -->
<dependency>
    <groupId>org.cethos.tools</groupId>
    <artifactId>ninebatch</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cethos.tools/ninebatch/
implementation 'org.cethos.tools:ninebatch:1.1'
// https://jarcasting.com/artifacts/org.cethos.tools/ninebatch/
implementation ("org.cethos.tools:ninebatch:1.1")
'org.cethos.tools:ninebatch:jar:1.1'
<dependency org="org.cethos.tools" name="ninebatch" rev="1.1">
  <artifact name="ninebatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cethos.tools', module='ninebatch', version='1.1')
)
libraryDependencies += "org.cethos.tools" % "ninebatch" % "1.1"
[org.cethos.tools/ninebatch "1.1"]