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