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