GroupId | GroupIdcom.microsoft.bot |
---|---|
ArtifactId | ArtifactIdbot-builder |
Version | Version4.6.0-preview8 |
Type | Typejar |
Filename | Size |
---|---|
bot-builder-4.6.0-preview8.pom | |
bot-builder-4.6.0-preview8.jar | 138 KB |
bot-builder-4.6.0-preview8-tests.jar | 391 KB |
bot-builder-4.6.0-preview8-sources.jar | 97 KB |
bot-builder-4.6.0-preview8-javadoc.jar | 848 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-preview8</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-builder/
implementation 'com.microsoft.bot:bot-builder:4.6.0-preview8'
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-builder/
implementation ("com.microsoft.bot:bot-builder:4.6.0-preview8")
'com.microsoft.bot:bot-builder:jar:4.6.0-preview8'
<dependency org="com.microsoft.bot" name="bot-builder" rev="4.6.0-preview8">
<artifact name="bot-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.bot', module='bot-builder', version='4.6.0-preview8')
)
libraryDependencies += "com.microsoft.bot" % "bot-builder" % "4.6.0-preview8"
[com.microsoft.bot/bot-builder "4.6.0-preview8"]