| License |
License |
|---|---|
| GroupId | GroupIdcoffee.cypher.kettle |
| ArtifactId | ArtifactIdkettle |
| Version | Version1.15.2-1.1.0 |
| Type | Typejar |
| Description |
DescriptionKettle
Kotlin utilities for Minecraft Forge mod development
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kettle-1.15.2-1.1.0.pom | |
| kettle-1.15.2-1.1.0.jar | 155 KB |
| kettle-1.15.2-1.1.0-sources.jar | 31 KB |
| kettle-1.15.2-1.1.0-lib.jar | 154 KB |
| kettle-1.15.2-1.1.0-javadoc.jar | 173 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/coffee.cypher.kettle/kettle/ -->
<dependency>
<groupId>coffee.cypher.kettle</groupId>
<artifactId>kettle</artifactId>
<version>1.15.2-1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/coffee.cypher.kettle/kettle/
implementation 'coffee.cypher.kettle:kettle:1.15.2-1.1.0'
// https://jarcasting.com/artifacts/coffee.cypher.kettle/kettle/
implementation ("coffee.cypher.kettle:kettle:1.15.2-1.1.0")
'coffee.cypher.kettle:kettle:jar:1.15.2-1.1.0'
<dependency org="coffee.cypher.kettle" name="kettle" rev="1.15.2-1.1.0">
<artifact name="kettle" type="jar" />
</dependency>
@Grapes(
@Grab(group='coffee.cypher.kettle', module='kettle', version='1.15.2-1.1.0')
)
libraryDependencies += "coffee.cypher.kettle" % "kettle" % "1.15.2-1.1.0"
[coffee.cypher.kettle/kettle "1.15.2-1.1.0"]