com.mongodb.kafka.connect.Versions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongo-kafka-connect Show documentation
Show all versions of mongo-kafka-connect Show documentation
The official MongoDB Apache Kafka Connect Connector.
package com.mongodb.kafka.connect;
public final class Versions {
public static final String NAME = "mongo-kafka";
public static final String VERSION = "1.14.1";
private Versions() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy