GroupId | GroupIdcom.microsoft.bot |
---|---|
ArtifactId | ArtifactIdbot-schema |
Version | Version4.6.0-preview3 |
Type | Typejar |
Filename | Size |
---|---|
bot-schema-4.6.0-preview3.pom | |
bot-schema-4.6.0-preview3.jar | 104 KB |
bot-schema-4.6.0-preview3-sources.jar | 79 KB |
bot-schema-4.6.0-preview3-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.bot/bot-schema/ -->
<dependency>
<groupId>com.microsoft.bot</groupId>
<artifactId>bot-schema</artifactId>
<version>4.6.0-preview3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-schema/
implementation 'com.microsoft.bot:bot-schema:4.6.0-preview3'
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-schema/
implementation ("com.microsoft.bot:bot-schema:4.6.0-preview3")
'com.microsoft.bot:bot-schema:jar:4.6.0-preview3'
<dependency org="com.microsoft.bot" name="bot-schema" rev="4.6.0-preview3">
<artifact name="bot-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.bot', module='bot-schema', version='4.6.0-preview3')
)
libraryDependencies += "com.microsoft.bot" % "bot-schema" % "4.6.0-preview3"
[com.microsoft.bot/bot-schema "4.6.0-preview3"]