milvus-logo
LFAI
Home
  • Get Started

Install Milvus Java SDK

This topic describes how to install Milvus Java SDK for Milvus.

Current version of Milvus supports SDKs in Python, Node.js, GO, and Java.

Requirement

  • Java (8 or later)
  • Apache Maven or Gradle/Grails

Install Milvus Java SDK

Run the following command to install Milvus Java SDK.

  • Apache Maven
<dependency>
    <groupId>io.milvus</groupId>
    <artifactId>milvus-sdk-java</artifactId>
    <version>2.4.5</version>
</dependency>
  • Gradle/Grails
implementation 'io.milvus:milvus-sdk-java:2.4.5'

What’s next

Having installed Milvus Java SDK, you can:

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?