b

bot-ai-qna

Bot Framework QnA
https://dev.botframework.com/
MIT License
Bot Framework Development
文件下载
文件名 操作
bot-ai-qna-4.14.3.jar 下载
bot-ai-qna-4.14.3.pom 下载
bot-ai-qna-4.14.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.bot</groupId>
  <artifactId>bot-ai-qna</artifactId>
  <version>4.14.3</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.bot:bot-ai-qna:4.14.3'
Gradle Kotlin
implementation("com.microsoft.bot:bot-ai-qna:4.14.3")
Scala SBT
libraryDependencies += "com.microsoft.bot" % "bot-ai-qna" % "4.14.3"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.bot', module='bot-ai-qna', version='4.14.3')
)
Apache Ivy
<dependency org="com.microsoft.bot" name="bot-ai-qna" rev="4.14.3" />
Leiningen
[com.microsoft.bot/bot-ai-qna "4.14.3"]
Apache Buildr
'com.microsoft.bot:bot-ai-qna:jar:4.14.3'