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