Open koh789 opened 3 years ago
hi @kohei789 were you able to get a solution for this issue? I am also having the same issue
I have the same problem. I'm temporarily avoiding it by using "jcenter.bintray.com" instead of "dl.bintray.com/domoinc/domo-java-sdk" for the repository.
For maven pom.xml:
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
thanks @akkinoc , that worked
When I defined it in maven with API version 0.4.0, it failed to load. I think it is because bintray-domo is disabled. Is there any alternative repository? Is there any plan to publish it to maven central in the future?