is not current version
Last Version 1.2.4

com.botscrew:bot-framework-core-spring-boot-starter 1.0.2

Bot Framework makes it easier to work with chat bot applications based on Spring Boot architecture.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.botscrew
ArtifactId

ArtifactId

bot-framework-core-spring-boot-starter
Version

Version

1.0.2
Type

Type

jar

Download bot-framework-core-spring-boot-starter 1.0.2


<!-- https://jarcasting.com/artifacts/com.botscrew/bot-framework-core-spring-boot-starter/ -->
<dependency>
    <groupId>com.botscrew</groupId>
    <artifactId>bot-framework-core-spring-boot-starter</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.botscrew/bot-framework-core-spring-boot-starter/
implementation 'com.botscrew:bot-framework-core-spring-boot-starter:1.0.2'
// https://jarcasting.com/artifacts/com.botscrew/bot-framework-core-spring-boot-starter/
implementation ("com.botscrew:bot-framework-core-spring-boot-starter:1.0.2")
'com.botscrew:bot-framework-core-spring-boot-starter:jar:1.0.2'
<dependency org="com.botscrew" name="bot-framework-core-spring-boot-starter" rev="1.0.2">
  <artifact name="bot-framework-core-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.botscrew', module='bot-framework-core-spring-boot-starter', version='1.0.2')
)
libraryDependencies += "com.botscrew" % "bot-framework-core-spring-boot-starter" % "1.0.2"
[com.botscrew/bot-framework-core-spring-boot-starter "1.0.2"]