MVN

software.amazon.glue : protobuf-kafkaconnect-converter

Maven & Gradle

Jun 22, 2022
114 stars

AWS Glue Schema Registry Kafka Connect Converter for Protobuf · The AWS Glue Schema Registry Kafka Connect Converter enables Java developers to easily integrate their Kafka Connect applications with AWS Glue Schema Registry for Protobuf schemas.

<dependency>
    <groupId>software.amazon.glue</groupId>
    <artifactId>protobuf-kafkaconnect-converter</artifactId>
    <version>1.1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.glue : protobuf-kafkaconnect-converter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.12

All Versions

Choose a version of software.amazon.glue : protobuf-kafkaconnect-converter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
protobuf-kafkaconnect-converter-1.1.12
protobuf-kafkaconnect-converter-1.1.11

How to add a dependency to Maven

Add the following software.amazon.glue : protobuf-kafkaconnect-converter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.glue</groupId>
    <artifactId>protobuf-kafkaconnect-converter</artifactId>
    <version>1.1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.glue : protobuf-kafkaconnect-converter gradle dependency to your build.gradle file:

implementation 'software.amazon.glue:protobuf-kafkaconnect-converter:1.1.12'

Gradle Kotlin DSL: Add the following software.amazon.glue : protobuf-kafkaconnect-converter gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.glue:protobuf-kafkaconnect-converter:1.1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.glue : protobuf-kafkaconnect-converter sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.glue" % "protobuf-kafkaconnect-converter" % "1.1.12"