Annotation Libraries Language Runtime HTTP Clients Logging Bridges Dependency Injection XML Processing Web Frameworks Android Platform Defect Detection Metadata I/O Utilities Code Generators Concurrency Librarie
Welcome to the documentation site for the Java Driver, the official MongoDB driver for synchronous Java applications. Download it using Maven or Gradle, or set up a runnable project by following our Quick Start guide. If your Java application requires asynchronous stream processing, use the Reactiv...
Javaドライバーをインストールするには、Maven や Gradle などのビルド ツールを使用することをお勧めします。 ただし、ドライバーと依存関係をダウンロードする必要がある場合は、 MongoDB Group Mavenリポジトリで JAR ファイルを見つけることができます。Javaドライバーでは、bson、mongod...
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
如果将驱动程序JAR文件直接集成到项目中,那么还应该添加bson和mondodb. driver. core的JAR。显然,在...
Install the Driver Dependency with Maven pom.xml <dependencies> <dependency> <groupId>org.mongodb</groupId> <artifactId>mongodb-driver-sync</artifactId> <version>5.0.1</version> </dependency> </dependencies> Install the Driver Dependency with Gradle build.gradle dependencies { implementation 'org...
Maven を使用する場合は、次のコードを pom.xml 依存関係リストに追加します。 <dependencies> <dependency> <groupId>org.mongodb</groupId> <artifactId>mongodb-driver-sync</artifactId> </dependency> </dependencies> Gradle を使用する場合は、次のコードを build.gradle 依存関係リストに追加しま...
-lo https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/5.1.0/mongodb-driver-core-5.1.0.jar.asc 5 verificar a assinatura por fim, você pode verificar a assinatura usando o pacote de criptografia . o comando de terminal a seguir usa gpg para verificar a assinatura do...
确保您已在 Maven 或 Gradle项目中安装Kotlin Sync驾驶员程序。 复制以下代码并将其粘贴到新的.kt文件中。 从此页面复制代码示例,并将其粘贴到文件中的指定行。 1importcom.mongodb.kotlin.client.MongoClient 2importorg.bson.Document 3 4funmain(){ ...
次のMavenタブとGradleタブから選択すると、指定されたマネージャーを使用してプロジェクトにmongodb-crypt依存関係を追加する方法が確認できます。 <dependencies> <dependency> <groupId>org.mongodb</groupId> <artifactId>mongodb-crypt</artifactId> ...