b

bot-framework-nlp-spring-boot-starter

Module for work with nlp providers
https://github.com/botscrew/bot-framework-nlp
The Apache License, Version 2.0
BotsCrew Team
Files download
File Operation
bot-framework-nlp-spring-boot-starter-1.2.0.jar download
bot-framework-nlp-spring-boot-starter-1.2.0.pom download
bot-framework-nlp-spring-boot-starter-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.botscrew</groupId>
  <artifactId>bot-framework-nlp-spring-boot-starter</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.botscrew:bot-framework-nlp-spring-boot-starter:1.2.0'
Gradle Kotlin
implementation("com.botscrew:bot-framework-nlp-spring-boot-starter:1.2.0")
Scala SBT
libraryDependencies += "com.botscrew" % "bot-framework-nlp-spring-boot-starter" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.botscrew', module='bot-framework-nlp-spring-boot-starter', version='1.2.0')
)
Apache Ivy
<dependency org="com.botscrew" name="bot-framework-nlp-spring-boot-starter" rev="1.2.0" />
Leiningen
[com.botscrew/bot-framework-nlp-spring-boot-starter "1.2.0"]
Apache Buildr
'com.botscrew:bot-framework-nlp-spring-boot-starter:jar:1.2.0'