is not current version
Last Version 4.14.2

com.microsoft.bot:bot-java 4.6.0-preview5

This package contains the parent module of Microsoft BotBuilder Java SDK.

Categories

Categories

Java Languages
GroupId

GroupId

com.microsoft.bot
ArtifactId

ArtifactId

bot-java
Version

Version

4.6.0-preview5
Type

Type

pom

Download bot-java 4.6.0-preview5


<!-- https://jarcasting.com/artifacts/com.microsoft.bot/bot-java/ -->
<dependency>
    <groupId>com.microsoft.bot</groupId>
    <artifactId>bot-java</artifactId>
    <version>4.6.0-preview5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-java/
implementation 'com.microsoft.bot:bot-java:4.6.0-preview5'
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-java/
implementation ("com.microsoft.bot:bot-java:4.6.0-preview5")
'com.microsoft.bot:bot-java:pom:4.6.0-preview5'
<dependency org="com.microsoft.bot" name="bot-java" rev="4.6.0-preview5">
  <artifact name="bot-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.bot', module='bot-java', version='4.6.0-preview5')
)
libraryDependencies += "com.microsoft.bot" % "bot-java" % "4.6.0-preview5"
[com.microsoft.bot/bot-java "4.6.0-preview5"]