b

bot-connector

Bot Framework Connector
https://dev.botframework.com/
MIT License
Bot Framework Development
Files download
File Operation
bot-connector-4.0.0-a1.jar download
bot-connector-4.0.0-a1.pom download
bot-connector-4.0.0-a1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.bot.connector</groupId>
  <artifactId>bot-connector</artifactId>
  <version>4.0.0-a1</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.bot.connector:bot-connector:4.0.0-a1'
Gradle Kotlin
implementation("com.microsoft.bot.connector:bot-connector:4.0.0-a1")
Scala SBT
libraryDependencies += "com.microsoft.bot.connector" % "bot-connector" % "4.0.0-a1"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.bot.connector', module='bot-connector', version='4.0.0-a1')
)
Apache Ivy
<dependency org="com.microsoft.bot.connector" name="bot-connector" rev="4.0.0-a1" />
Leiningen
[com.microsoft.bot.connector/bot-connector "4.0.0-a1"]
Apache Buildr
'com.microsoft.bot.connector:bot-connector:jar:4.0.0-a1'