is not current version
Last Version 4.14.2

com.microsoft.bot:bot-dialogs 4.6.0-preview2

Bot Framework Dialogs

GroupId

GroupId

com.microsoft.bot
ArtifactId

ArtifactId

bot-dialogs
Version

Version

4.6.0-preview2
Type

Type

jar

Download bot-dialogs 4.6.0-preview2


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