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