Skip to content

Commit

Permalink
Merge pull request #948 from milvus-io/AnthonyTsu1984-patch-1
Browse files Browse the repository at this point in the history
Update About.md
  • Loading branch information
AnthonyTsu1984 authored Sep 19, 2024
2 parents 0d7d458 + 39d3ce6 commit fb5606b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions API_Reference/milvus-sdk-java/v2.4.x/About.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Milvus Java SDK is an open-source project and its source code is hosted on [GitH
</tr>
<tr>
<td>2.4.x</td>
<td>2.4.3</td>
<td>2.4.4</td>
</tr>
</table>

Expand All @@ -45,22 +45,22 @@ You can use **[Apache Maven](https://maven.apache.org/install.html)** or **[Grad
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java</artifactId>
<version>2.4.0</version>
<version>2.4.4</version>
</dependency>
```

- Gradle/Groovy

```plaintext
implementation 'io.milvus:milvus-sdk-java:2.4.0'
implementation 'io.milvus:milvus-sdk-java:2.4.4'
```

- Gradle/Kotlin

```sql
implementation("io.milvus:milvus-sdk-java:2.4.0")
implementation("io.milvus:milvus-sdk-java:2.4.4")
```

## **Contributing**

We are committed to building a collaborative, exuberant open-source community for Milvus. Therefore, contributions to Milvus Java SDK are welcome from everyone. Refer to [Contributing Guideline](https://github.com/milvus-io/milvus-sdk-java/blob/master/CONTRIBUTING.md) before making contributions to this project. You can [file an issue](https://github.com/milvus-io/milvus-sdk-java/issues/new) if you need any assistance or want to propose your ideas
We are committed to building a collaborative, exuberant open-source community for Milvus. Therefore, contributions to Milvus Java SDK are welcome from everyone. Refer to [Contributing Guideline](https://github.com/milvus-io/milvus-sdk-java/blob/master/CONTRIBUTING.md) before making contributions to this project. You can [file an issue](https://github.com/milvus-io/milvus-sdk-java/issues/new) if you need any assistance or want to propose your ideas

0 comments on commit fb5606b

Please sign in to comment.