| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.microsoft.bot |
| Идентификатор | Идентификаторbot-builder |
| Версия | Версия4.13.0 |
| Тип | Типjar |
| Описание |
Описаниеcom.microsoft.bot:bot-builder
Bot Framework Builder
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bot-builder-4.13.0.pom | |
| bot-builder-4.13.0.jar | 151 KB |
| bot-builder-4.13.0-tests.jar | 216 KB |
| bot-builder-4.13.0-sources.jar | 119 KB |
| bot-builder-4.13.0-javadoc.jar | 523 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.bot/bot-builder/ -->
<dependency>
<groupId>com.microsoft.bot</groupId>
<artifactId>bot-builder</artifactId>
<version>4.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-builder/
implementation 'com.microsoft.bot:bot-builder:4.13.0'
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-builder/
implementation ("com.microsoft.bot:bot-builder:4.13.0")
'com.microsoft.bot:bot-builder:jar:4.13.0'
<dependency org="com.microsoft.bot" name="bot-builder" rev="4.13.0">
<artifact name="bot-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.bot', module='bot-builder', version='4.13.0')
)
libraryDependencies += "com.microsoft.bot" % "bot-builder" % "4.13.0"
[com.microsoft.bot/bot-builder "4.13.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.22 |
| com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.12.1 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.12.1 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.1 |
| com.codepoetics : protonpack | jar | 1.13 |
| com.auth0 : java-jwt | jar | 3.13.0 |
| com.auth0 : jwks-rsa | jar | 0.15.0 |
| com.microsoft.bot : bot-schema | jar | 4.13.0 |
| com.microsoft.bot : bot-connector | jar | 4.13.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 3.8.0 |