File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
getting-started/quickstart Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
7676For the most recent version of the KurrentDB client package, see [ Maven Central] ( https://mvnrepository.com/artifact/io.kurrent/kurrentdb-client ) .
Original file line number Diff line number Diff 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
6262For the most recent version of the KurrentDB client package, see [ Maven Central] ( https://mvnrepository.com/artifact/io.kurrent/kurrentdb-client ) .
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments