All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mongodb.internal.build.MongoDriverVersion Maven / Gradle / Ivy

Go to download

The Java operations layer for the MongoDB Java Driver. Third parties can ' + 'wrap this layer to provide custom higher-level APIs

There is a newer version: 5.3.0-beta0
Show newest version
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() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy