is not current version
Last Version 4.14.2

com.microsoft.bot:bot-integration-core 4.6.0-preview5

Bot Framework Integration Core

GroupId

GroupId

com.microsoft.bot
ArtifactId

ArtifactId

bot-integration-core
Version

Version

4.6.0-preview5
Type

Type

jar

Download bot-integration-core 4.6.0-preview5


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