Skip to content
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

Open
steveperkins opened this issue Dec 3, 2017 · 9 comments
Open

actions-on-google not available in Maven Central #33

steveperkins opened this issue Dec 3, 2017 · 9 comments

Comments

@steveperkins
Copy link

Has this artifact been moved or renamed? README.md shows this POM dependency:

<dependency>
	<groupId>com.tmsdurham.actions</groupId>
	<artifactId>actions-on-google</artifactId>
	<version>1.5.0</version>
	<type>pom</type>
</dependency>

but mvnrepository.com can't find it.
Maven Central search returns only one result that doesn't match the README:

Group ID: ca.sukhsingh.actions (README says  'com.tmsdurham.actions')
Artifact ID: actions-on-google (matches README)
Latest Version: 1.0.2 (README says 1.5.0)

Is there a new group ID or artifact ID?

@ggrell
Copy link

ggrell commented Dec 6, 2017

@steveperkins It's on jcenter, instead of Maven Central: https://bintray.com/patjackson52/maven/com.tmsdurham.actions

@steveperkins
Copy link
Author

The README for this project shows that it's intended to be in Maven Central as well under group ID com.tmsdurham.actions. Is the README wrong? Is the package in Maven Central under a different name?
actions-on-google-kotlin

@patjackson52
Copy link
Contributor

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.

@davidmarinangeli
Copy link

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?

@patjackson52
Copy link
Contributor

@davidmarinangeli are you using maven? I have not used maven with this artifact and I am not much help in that area.

@davidmarinangeli
Copy link

davidmarinangeli commented Apr 28, 2018

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...)

@morbyx
Copy link

morbyx commented May 18, 2018

Indeed "actions-on-google" looks pretty empty.
Try using "actions-on-google-core" instead. That one seems to have all the objects.
I've tested it today with Maven with the JCenter repository added.

@patjackson52
Copy link
Contributor

@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?
Also V2 is in the works, so this may change slightly in the near future if you want V2.

@davidmarinangeli
Copy link

davidmarinangeli commented May 18, 2018

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 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants