-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actions-on-google not available in Maven Central #33
Comments
@steveperkins It's on jcenter, instead of Maven Central: https://bintray.com/patjackson52/maven/com.tmsdurham.actions |
Sorry, about that misleading readme. I am in process of getting it on maven. It is hosted on JCenter for now. I do not use the maven build tool. If the documentation is missing something to configure maven to use jcenter, a PR to update the docs would be appreciated. |
Hi Patrick, I'm using jcenter repo to add your library on my project. Unfortunately it doesn't import DialogflowApp object (com.tmrdurham.actions.DialogflowApp). Is it a common problem? Do you know some fix? |
@davidmarinangeli are you using maven? I have not used maven with this artifact and I am not much help in that area. |
Yep, Maven. Unfortunately also with Gradle it doesn't find me DialogflowApp project...where am I wrong? For now I'm importing the SDK manually (but as you can imagine, is a temporary workaround...) |
Indeed "actions-on-google" looks pretty empty. |
@morbyx yes, -core is the bulk of the lib. actions-on-google has a dependency on it, so both may be needed. Were you able to get going? |
Thanks @morbyx but I'm waiting for V2, these days I'm working with the node.js library but I would be really happy to come back to Kotlin/Java ;) |
Has this artifact been moved or renamed? README.md shows this POM dependency:
but mvnrepository.com can't find it.
Maven Central search returns only one result that doesn't match the README:
Is there a new group ID or artifact ID?
The text was updated successfully, but these errors were encountered: