|
2 | 2 | [](https://www.apache.org/licenses/LICENSE-2.0.txt) |
3 | 3 | [](https://github.com/asyncapi/kotlin-asyncapi/actions/workflows/build.yml) |
4 | 4 | [](https://asyncapi.github.io/kotlin-asyncapi/qodana/report) |
5 | | -[](https://search.maven.org/#search%7Cga%7C1%7Ccom.asyncapi%20kotlin-asyncapi) |
| 5 | +[](https://search.maven.org/#search%7Cga%7C1%7Corg.openfolder%20kotlin-asyncapi) |
6 | 6 |
|
7 | 7 | > [!NOTE] |
8 | 8 | > Spring Framework 6 / Spring Boot 3 is supported since `6.0.14` / `3.1.6` |
@@ -165,7 +165,7 @@ data class ChatMessage( |
165 | 165 | ``` |
166 | 166 | ```xml |
167 | 167 | <dependency> |
168 | | - <groupId>com.asyncapi</groupId> |
| 168 | + <groupId>org.openfolder</groupId> |
169 | 169 | <artifactId>kotlin-asyncapi-spring-web</artifactId> |
170 | 170 | <version>${kotlin-asyncapi.version}</version> |
171 | 171 | </dependency> |
@@ -225,7 +225,7 @@ data class ChatMessage( |
225 | 225 | ``` |
226 | 226 | ```xml |
227 | 227 | <dependency> |
228 | | - <groupId>com.asyncapi</groupId> |
| 228 | + <groupId>org.openfolder</groupId> |
229 | 229 | <artifactId>kotlin-asyncapi-ktor</artifactId> |
230 | 230 | <version>${kotlin-asyncapi.version}</version> |
231 | 231 | </dependency> |
@@ -275,7 +275,7 @@ servers { |
275 | 275 | ``` |
276 | 276 | ```xml |
277 | 277 | <plugin> |
278 | | - <groupId>com.asyncapi</groupId> |
| 278 | + <groupId>org.openfolder</groupId> |
279 | 279 | <artifactId>kotlin-asyncapi-maven-plugin</artifactId> |
280 | 280 | <version>${kotlin-asyncapi.version}</version> |
281 | 281 | <executions> |
|
0 commit comments