Error status code when trying to instal vapi maven...
# support
n
I've tried to integrate vapiAi into my java application,but when i tried to instal maven dependency i've received error status code thats telling me:**Could not find artifact dev.vapi:server-sdk:pom:0.3.0 in central (https://repo.maven.apache.org/maven2)**
v
@nikitosXXL It seems like you're having trouble finding the correct Maven dependency for the VAPI.ai server SDK. The error message indicates that the specified artifact could not be found in the Maven Central Repository. To resolve this issue, please ensure that you have the correct artifact details for the VAPI.ai server SDK. If you're unsure about the correct Maven coordinates (groupId, artifactId, and version), you should check the official VAPI.ai documentation or the Vapi Dashboard for the correct dependency information. If the VAPI.ai server SDK is not available on Maven Central, you might need to add an additional repository to your
pom.xml
file where the SDK is hosted, or you might need to download the JAR manually and include it in your project. If you need further assistance with the correct Maven dependency or if you're looking for the repository details, please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
n
I already tried to add additional repository into my pom.xml file: ``` vapi-repo https://repo.vapi.ai/maven2 dev.vapi server-sdk 0.1.0 ```But its didn't worked.The only thing that i not tried - its to instal jar file manualy
s
@nikitosXXL please create the issue over github, someone from android-sdk team will reach out to you.
n
Hi,thx for ur response!Maybe i don't understand u right,but i have problem not with android version of vapi sdk.My problem is that i can't install mvn dependency in my proj - bec mvn telling me that he can't find this dependency in mvn repository.That's mean that its not even existing there.I'll create the issue but i don't think that it'll help me. Btw when was scrolling the code of java sdk on github - i saw a bunch of problems that appears because of failure merge of branches(imho)
i created issue on github
s
@nikitosXXL Sorry for the inconvenience caused. Can you also list out the issues discovered in the GitHub issue? > Btw when was scrolling the code of java sdk on github - i saw a bunch of problems that appears because of failure merge of branches(imho)