is not current version
Last Version 2.0.0-alpha

coffee.cypher.kettle:kettle 1.13.2-1.0.2

Kotlin utilities for Minecraft Forge mod development

GroupId

GroupId

coffee.cypher.kettle
ArtifactId

ArtifactId

kettle
Version

Version

1.13.2-1.0.2
Type

Type

jar

Download kettle 1.13.2-1.0.2


<!-- 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"]