| GroupId | GroupIdcoffee.cypher.kettle |
|---|---|
| ArtifactId | ArtifactIdkettle |
| Version | Version1.13.2-1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kettle-1.13.2-1.0.2.pom | |
| kettle-1.13.2-1.0.2.jar | 142 KB |
| kettle-1.13.2-1.0.2-sources.jar | 26 KB |
| kettle-1.13.2-1.0.2-lib.jar | 141 KB |
| kettle-1.13.2-1.0.2-javadoc.jar | 186 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/coffee.cypher.kettle/kettle/ -->
<dependency>
<groupId>coffee.cypher.kettle</groupId>
<artifactId>kettle</artifactId>
<version>1.13.2-1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/coffee.cypher.kettle/kettle/
implementation 'coffee.cypher.kettle:kettle:1.13.2-1.0.2'
// https://jarcasting.com/artifacts/coffee.cypher.kettle/kettle/
implementation ("coffee.cypher.kettle:kettle:1.13.2-1.0.2")
'coffee.cypher.kettle:kettle:jar:1.13.2-1.0.2'
<dependency org="coffee.cypher.kettle" name="kettle" rev="1.13.2-1.0.2">
<artifact name="kettle" type="jar" />
</dependency>
@Grapes(
@Grab(group='coffee.cypher.kettle', module='kettle', version='1.13.2-1.0.2')
)
libraryDependencies += "coffee.cypher.kettle" % "kettle" % "1.13.2-1.0.2"
[coffee.cypher.kettle/kettle "1.13.2-1.0.2"]