We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523f47b commit 0c8fca4Copy full SHA for 0c8fca4
README.md
@@ -11,7 +11,7 @@ Add the dependency in your `build.gradle`:
11
12
```groovy
13
dependencies {
14
- implementation 'com.vapi:vapi-java:0.x.x'
+ implementation 'dev.vapi:server-sdk:0.x.x'
15
}
16
```
17
@@ -21,8 +21,8 @@ Add the dependency in your `pom.xml`:
21
22
```xml
23
<dependency>
24
- <groupId>com.vapi</groupId>
25
- <artifactId>vapi-java</artifactId>
+ <groupId>dev.vapi</groupId>
+ <artifactId>server-sdk</artifactId>
26
<version>0.x.x</version>
27
</dependency>
28
0 commit comments