MVN

cn.benma666 : myutils-kettle

Maven & Gradle

May 20, 2024

myutils-kettle · 我的工具-kettle相关工具。

<dependency>
    <groupId>cn.benma666</groupId>
    <artifactId>myutils-kettle</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.benma666 : myutils-kettle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of cn.benma666 : myutils-kettle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
myutils-kettle-0.2.1

How to add a dependency to Maven

Add the following cn.benma666 : myutils-kettle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.benma666</groupId>
    <artifactId>myutils-kettle</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.benma666 : myutils-kettle gradle dependency to your build.gradle file:

implementation 'cn.benma666:myutils-kettle:0.2.1'

Gradle Kotlin DSL: Add the following cn.benma666 : myutils-kettle gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.benma666:myutils-kettle:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.benma666 : myutils-kettle sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.benma666" % "myutils-kettle" % "0.2.1"

Advertisement