is not current version
Last Version 4.0.0-a1

com.microsoft.bot.schema:botbuilder-schema 4.0.0-a0

Bot Framework Schema

GroupId

GroupId

com.microsoft.bot.schema
ArtifactId

ArtifactId

botbuilder-schema
Version

Version

4.0.0-a0
Type

Type

jar

Download botbuilder-schema 4.0.0-a0


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