MVN

coffee.cypher.kettle : kettle

Maven & Gradle

Jul 22, 2023
3 stars

Kettle · Kotlin mod utilities for Quilt

<dependency>
    <groupId>coffee.cypher.kettle</groupId>
    <artifactId>kettle</artifactId>
    <version>3.0.1+1.20.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of coffee.cypher.kettle : kettle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1+1.20.1
  • Latest Alpha: 2.0.0-alpha

All Versions

Choose a version of coffee.cypher.kettle : kettle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
kettle-3.0.1+1.20.1
kettle-3.0.0+1.20.1
2.2.x
kettle-2.2.1+1.19.2
kettle-2.2.0+1.19.2
2.1.x
kettle-2.1.0+1.19
2.0.x
kettle-2.0.0-alpha
1.15.x
kettle-1.15.2-1.1.0
1.13.x
kettle-1.13.2-1.0.2

How to add a dependency to Maven

Add the following coffee.cypher.kettle : kettle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>coffee.cypher.kettle</groupId>
    <artifactId>kettle</artifactId>
    <version>3.0.1+1.20.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following coffee.cypher.kettle : kettle gradle dependency to your build.gradle file:

implementation 'coffee.cypher.kettle:kettle:3.0.1+1.20.1'

Gradle Kotlin DSL: Add the following coffee.cypher.kettle : kettle gradle kotlin dependency to your build.gradle.kts file:

implementation("coffee.cypher.kettle:kettle:3.0.1+1.20.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following coffee.cypher.kettle : kettle sbt scala dependency to your build.sbt file:

libraryDependencies += "coffee.cypher.kettle" % "kettle" % "3.0.1+1.20.1"

Advertisement