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