| License |
License |
|---|---|
| GroupId | GroupIdcom.microsoft.bot |
| ArtifactId | ArtifactIdbot-schema |
| Version | Version4.14.2 |
| Type | Typejar |
| Description |
Descriptioncom.microsoft.bot:bot-schema
Bot Framework Schema
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bot-schema-4.14.2.pom | |
| bot-schema-4.14.2.jar | 161 KB |
| bot-schema-4.14.2-sources.jar | 142 KB |
| bot-schema-4.14.2-javadoc.jar | 891 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.bot/bot-schema/ -->
<dependency>
<groupId>com.microsoft.bot</groupId>
<artifactId>bot-schema</artifactId>
<version>4.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-schema/
implementation 'com.microsoft.bot:bot-schema:4.14.2'
// https://jarcasting.com/artifacts/com.microsoft.bot/bot-schema/
implementation ("com.microsoft.bot:bot-schema:4.14.2")
'com.microsoft.bot:bot-schema:jar:4.14.2'
<dependency org="com.microsoft.bot" name="bot-schema" rev="4.14.2">
<artifact name="bot-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.bot', module='bot-schema', version='4.14.2')
)
libraryDependencies += "com.microsoft.bot" % "bot-schema" % "4.14.2"
[com.microsoft.bot/bot-schema "4.14.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |