Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.ai</groupId>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.2.0-SNAPSHOT</version>
<type>pom</type>
Expand All @@ -84,7 +84,7 @@ As shown in the snippet below this can then be followed by version-less declarat

```gradle
dependencies {
implementation platform("org.springframework.ai:spring-grpc-dependencies:0.2.0-SNAPSHOT")
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.2.0-SNAPSHOT")
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.ai</groupId>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.2.0-SNAPSHOT</version>
<type>pom</type>
Expand All @@ -83,7 +83,7 @@ As shown in the snippet below this can then be followed by version-less declarat
[source,gradle]
----
dependencies {
implementation platform("org.springframework.ai:spring-grpc-dependencies:0.2.0-SNAPSHOT")
implementation platform("org.springframework.grpc:spring-grpc-dependencies:0.2.0-SNAPSHOT")
}
----

Expand Down