Jar examples for b:botbuilder-schema
Bot Framework Schema
You can download jar file botbuilder-schema 4.0.0-a1 in this page.
MIT License
You can use the following script to add botbuilder-schema-4.0.0-a1.jar to your project.
<dependency> <groupId>com.microsoft.bot.schema</groupId> <artifactId>botbuilder-schema</artifactId> <version>4.0.0-a1</version> </dependency>
compile group: 'com.microsoft.bot.schema', name: 'botbuilder-schema', version: '4.0.0-a1'
libraryDependencies += "com.microsoft.bot.schema" % "botbuilder-schema" % "4.0.0-a1"
<dependency org="com.microsoft.bot.schema" name="botbuilder-schema" rev="4.0.0-a1"/>
@Grapes(@Grab(group='com.microsoft.bot.schema', module='botbuilder-schema', version='4.0.0-a1'))
'com.microsoft.bot.schema:botbuilder-schema:jar:4.0.0-a1'
Click the following link to download the jar file.
botbuilder-schema-4.0.0-a1-javadoc.jar