Download botbuilder-schema-4.0.0-a1.jar file - Jar b

Jar examples for b:botbuilder-schema

Description

Bot Framework Schema

You can download jar file botbuilder-schema 4.0.0-a1 in this page.

License

MIT License

Build File

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'

Download

Click the following link to download the jar file.

botbuilder-schema-4.0.0-a1-javadoc.jar
botbuilder-schema-4.0.0-a1-sources.jar
botbuilder-schema-4.0.0-a1.jar
botbuilder-schema-4.0.0-a1.pom



Related Tutorials