com.mongodb.internal.build.MongoDriverVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongodb-driver-core Show documentation
Show all versions of mongodb-driver-core Show documentation
The Java operations layer for the MongoDB Java Driver. Third parties can ' +
'wrap this layer to provide custom higher-level APIs
package com.mongodb.internal.build;
import java.lang.String;
public final class MongoDriverVersion {
public static final String NAME = "mongo-java-driver";
public static final String VERSION = "4.11.5";
private MongoDriverVersion() {
}
}