Skip to content

Commit 98cdbb3

Browse files
nvcc1701anh nguyen
andauthored
docs: change artifactId for java client (#865)
Co-authored-by: anh nguyen <[email protected]>
1 parent 31a96ac commit 98cdbb3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/clients/grpc/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,21 @@ TypeScript Declarations are included in the package.
5656

5757
#### Java
5858

59-
Add the `db-client-java` dependency to your Maven or Gradle project.
59+
Add the `kurrentdb-client` dependency to your Maven or Gradle project.
6060

6161
::: tabs
6262
@tab Maven
6363
```xml
6464
<dependency>
6565
<groupId>io.kurrent</groupId>
66-
<artifactId>db-client-java</artifactId>
66+
<artifactId>kurrentdb-client</artifactId>
6767
<version>1.0.0</version>
6868
</dependency>
6969
```
7070

7171
@tab Gradle
7272
```groovy
73-
implementation 'io.kurrent:db-client-java:1.0.0'
73+
implementation 'io.kurrent:kurrentdb-client:1.0.0'
7474
```
7575

7676
For the most recent version of the KurrentDB client package, see [Maven Central](https://mvnrepository.com/artifact/io.kurrent/kurrentdb-client).

docs/clients/grpc/projections.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ pnpm add @kurrent/kurrentdb-client
4242

4343
### Java
4444

45-
Add the `db-client-java` dependency to your project using Maven or Gradle.
45+
Add the `kurrentdb-client` dependency to your project using Maven or Gradle.
4646

4747
::: tabs
4848
@tab Maven
4949
```xml
5050
<dependency>
5151
<groupId>io.kurrent</groupId>
52-
<artifactId>db-client-java</artifactId>
52+
<artifactId>kurrentdb-client</artifactId>
5353
<version>1.0.0</version>
5454
</dependency>
5555
```
5656

5757
@tab Gradle
5858
```
59-
implementation 'io.kurrent:db-client-java:1.0.0'
59+
implementation 'io.kurrent:kurrentdb-client:1.0.0'
6060
```
6161

6262
For the most recent version of the KurrentDB client package, see [Maven Central](https://mvnrepository.com/artifact/io.kurrent/kurrentdb-client).

docs/getting-started/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ kurrentdbclient==1.0.19
248248
```xml
249249
<dependency>
250250
<groupId>io.kurrent</groupId>
251-
<artifactId>db-client-java</artifactId>
251+
<artifactId>kurrentdb-client</artifactId>
252252
<version>1.0.0</version>
253253
</dependency>
254254
```

0 commit comments

Comments
 (0)