is not current version
Last Version 4.14.2

com.microsoft.bot:bot-builder 4.6.0-preview3

Bot Framework Builder

GroupId

GroupId

com.microsoft.bot
ArtifactId

ArtifactId

bot-builder
Version

Version

4.6.0-preview3
Type

Type

jar

Download bot-builder 4.6.0-preview3


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