b

botbuilder-schema

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