MVN

org.embulk : embulk-input-mysql

Maven & Gradle

Nov 22, 2022
101 stars

embulk-input-mysql · Selects records from a table.

<dependency>
    <groupId>org.embulk</groupId>
    <artifactId>embulk-input-mysql</artifactId>
    <version>0.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.embulk : embulk-input-mysql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.2

All Versions

Choose a version of org.embulk : embulk-input-mysql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
embulk-input-mysql-0.13.2
embulk-input-mysql-0.13.1
embulk-input-mysql-0.13.0
0.12.x
embulk-input-mysql-0.12.4
embulk-input-mysql-0.12.3
embulk-input-mysql-0.12.2
embulk-input-mysql-0.12.1

How to add a dependency to Maven

Add the following org.embulk : embulk-input-mysql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.embulk</groupId>
    <artifactId>embulk-input-mysql</artifactId>
    <version>0.13.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.embulk : embulk-input-mysql gradle dependency to your build.gradle file:

implementation 'org.embulk:embulk-input-mysql:0.13.2'

Gradle Kotlin DSL: Add the following org.embulk : embulk-input-mysql gradle kotlin dependency to your build.gradle.kts file:

implementation("org.embulk:embulk-input-mysql:0.13.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.embulk : embulk-input-mysql sbt scala dependency to your build.sbt file:

libraryDependencies += "org.embulk" % "embulk-input-mysql" % "0.13.2"