| GroupId | GroupIdorg.cethos.tools |
|---|---|
| ArtifactId | ArtifactIdninebatch |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ninebatch-1.1.pom | |
| ninebatch-1.1.jar | 14 KB |
| ninebatch-1.1-sources.jar | 9 KB |
| ninebatch-1.1-javadoc.jar | 69 KB |
| Browse |
<!-- 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"]