Skip to content

Commit

Permalink
docs: fix library coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
mervyn-mccreight committed Oct 19, 2024
1 parent 5725c0c commit 92119b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/Plugins/ktor.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ You first need to add the KGraphQL-ktor package to your dependency

=== "Kotlin Gradle Script"
```kotlin
implementation("com.apurebase:kgraphql-ktor:$KGraphQLVersion")
implementation("de.stuebingerb:kgraphql-ktor:$KGraphQLVersion")
```
=== "Gradle"
```groovy
implementation 'com.apurebase:kgraphql-ktor:${KGraphQLVersion}'
implementation 'de.stuebingerb:kgraphql-ktor:${KGraphQLVersion}'
```
=== "Maven"
```xml
<dependency>
<groupId>com.apurebase</groupId>
<groupId>de.stuebingerb</groupId>
<artifactId>kgraphql-ktor</artifactId>
<version>${KGraphQLVersion}</version>
</dependency>
Expand Down

0 comments on commit 92119b8

Please sign in to comment.