Skip to content

Commit 38fc49a

Browse files
committed
SOW
1 parent e7369da commit 38fc49a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cosmos-db/sql-api-java-sdk-sql-samples.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ The latest sample applications that perform CRUD operations and other common ope
4444
You need the following to run this sample application:
4545
4646
* Java Development Kit 8
47-
* Microsoft Azure DocumentDB Java SDK
47+
* Azure Cosmos DB Java SDK v4
4848
49-
You can optionally use Maven to get the latest Microsoft Azure DocumentDB Java SDK binaries for use in your project. Maven automatically adds any necessary dependencies. Otherwise, you can directly download the dependencies listed in the pom.xml file and add them to your build path.
49+
You can optionally use Maven to get the latest Azure Cosmos DB Java SDK v4 binaries for use in your project. Maven automatically adds any necessary dependencies. Otherwise, you can directly download the dependencies listed in the pom.xml file and add them to your build path.
5050
5151
```bash
5252
<dependency>
53-
<groupId>com.microsoft.azure</groupId>
54-
<artifactId>azure-documentdb</artifactId>
53+
<groupId>com.azure</groupId>
54+
<artifactId>azure-cosmos</artifactId>
5555
<version>LATEST</version>
5656
</dependency>
5757
```
@@ -60,12 +60,12 @@ You can optionally use Maven to get the latest Microsoft Azure DocumentDB Java S
6060
6161
Clone the sample repo:
6262
```bash
63-
$ git clone https://github.com/Azure/azure-documentdb-java.git
63+
$ git clone https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples.git
6464
65-
$ cd azure-documentdb-java
65+
$ cd azure-cosmos-java-sql-api-samples
6666
```
6767
68-
You can run the samples either using Eclipse or from the command line using Maven.
68+
You can run the samples using either an IDE (Eclipse, IntelliJ, or VSCODE) or from the command line using Maven.
6969
7070
To run from Eclipse:
7171
* Load the main parent project pom.xml file in Eclipse; it should automatically load documentdb-examples.

0 commit comments

Comments
 (0)