| License |
License |
|---|---|
| Categories |
CategoriesConfiguration Application Layer Libs config |
| GroupId | GroupIdcom.microsoft.bot |
| ArtifactId | ArtifactIdbot-configuration |
| Version | Version4.6.0-preview5 |
| Type | Typejar |
| Description |
Descriptioncom.microsoft.bot:bot-configuration
Bot Framework Configuration
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bot-configuration-4.6.0-preview5.pom | |
| bot-configuration-4.6.0-preview5.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-preview5</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-configuration/
implementation 'com.microsoft.bot:bot-configuration:4.6.0-preview5'
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-configuration/
implementation ("com.microsoft.bot:bot-configuration:4.6.0-preview5")
'com.microsoft.bot:bot-configuration:jar:4.6.0-preview5'
<dependency org="com.microsoft.bot" name="bot-configuration" rev="4.6.0-preview5">
<artifact name="bot-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.bot', module='bot-configuration', version='4.6.0-preview5')
)
libraryDependencies += "com.microsoft.bot" % "bot-configuration" % "4.6.0-preview5"
[com.microsoft.bot/bot-configuration "4.6.0-preview5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |