Search code examples
javaandroidmavenbotframework

What is the way to get bot-java lib from maven central


Missing maven central artifact com.microsoft.bot:bot-java:4.6.0-preview2 within Android project.

Maven central search for artifacts: check here

all those artifacts depend on com.microsoft.bot.bot-java artifact which is not available there and when included into Android project we have got: ERROR: Failed to resolve: com.microsoft.bot:bot-java:4.6.0-preview2

my build.gradle dependency includes:

implementation 'com.microsoft.bot:bot-connector:4.6.0-preview2'

Is that parent pom artifact missing by mistake there?


Solution

  • The parent POM has been published and should be good to go. Apologies for the inconvenience.