MVN

com.zendesk : maxwell

Maven & Gradle

Aug 27, 2023
3.7k stars

maxwell · Maxwell's daemon. Watches mysql, outputs to JSON.

<dependency>
    <groupId>com.zendesk</groupId>
    <artifactId>maxwell</artifactId>
    <version>1.40.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zendesk : maxwell to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.40.3

All Versions

Choose a version of com.zendesk : maxwell to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.40.x
maxwell-1.40.3
maxwell-1.40.2
maxwell-1.40.1
maxwell-1.40.0
1.39.x
maxwell-1.39.6
maxwell-1.39.5
maxwell-1.39.4
maxwell-1.39.3
maxwell-1.39.2
maxwell-1.39.1
1.38.x
maxwell-1.38.0
1.37.x
maxwell-1.37.7
maxwell-1.37.6
maxwell-1.37.5
maxwell-1.37.4
maxwell-1.37.3
maxwell-1.37.2
maxwell-1.37.1
maxwell-1.37.0
1.36.x
maxwell-1.36.0
1.35.x
maxwell-1.35.5
maxwell-1.35.4
maxwell-1.35.3
maxwell-1.35.2
maxwell-1.35.1
maxwell-1.35.0
1.34.x
maxwell-1.34.1
maxwell-1.34.0
1.33.x
maxwell-1.33.1
maxwell-1.33.0
1.32.x
maxwell-1.32.0
1.31.x
maxwell-1.31.0
1.30.x
maxwell-1.30.0
1.29.x
maxwell-1.29.2
maxwell-1.29.1
maxwell-1.29.0
1.28.x
maxwell-1.28.1
maxwell-1.28.0
1.27.x
maxwell-1.27.1
maxwell-1.27.0
1.26.x
maxwell-1.26.4
maxwell-1.26.3
maxwell-1.26.1
maxwell-1.26.0
1.25.x
maxwell-1.25.3
maxwell-1.25.1
maxwell-1.25.0
1.24.x
maxwell-1.24.2
maxwell-1.24.1
maxwell-1.24.0
1.23.x
maxwell-1.23.5
maxwell-1.23.4
maxwell-1.23.3
maxwell-1.23.2
maxwell-1.23.1
maxwell-1.23.0
1.22.x
maxwell-1.22.6
maxwell-1.22.5
maxwell-1.22.4
maxwell-1.22.3
maxwell-1.22.2
maxwell-1.22.0
1.21.x
maxwell-1.21.1
maxwell-1.21.0
1.20.x
maxwell-1.20.0
1.19.x
maxwell-1.19.7
maxwell-1.19.6
maxwell-1.19.5
maxwell-1.19.4
maxwell-1.19.3
maxwell-1.19.2
maxwell-1.19.1
maxwell-1.19.0
1.18.x
maxwell-1.18.0
1.17.x
maxwell-1.17.1
maxwell-1.17.0
1.16.x
maxwell-1.16.1
maxwell-1.16.0
1.15.x
maxwell-1.15.0
1.14.x
maxwell-1.14.7
maxwell-1.14.6
maxwell-1.14.5
maxwell-1.14.4
maxwell-1.14.3
maxwell-1.14.2
maxwell-1.14.1
maxwell-1.14.0
1.13.x
maxwell-1.13.5
maxwell-1.13.4
maxwell-1.13.3
maxwell-1.13.2
maxwell-1.13.1
maxwell-1.13.0
1.8.x
maxwell-1.8.0
1.7.x
maxwell-1.7.2

How to add a dependency to Maven

Add the following com.zendesk : maxwell maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zendesk</groupId>
    <artifactId>maxwell</artifactId>
    <version>1.40.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zendesk : maxwell gradle dependency to your build.gradle file:

implementation 'com.zendesk:maxwell:1.40.3'

Gradle Kotlin DSL: Add the following com.zendesk : maxwell gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zendesk:maxwell:1.40.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zendesk : maxwell sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zendesk" % "maxwell" % "1.40.3"

Advertisement