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