License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.botscrew |
ArtifactId | ArtifactIdbot-framework-core-spring-boot-starter |
Version | Version1.2.4 |
Type | Typejar |
Description |
Descriptioncom.botscrew:bot-framework-core-spring-boot-starter
Bot Framework makes it easier to work with chat bot applications based on Spring Boot architecture.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.botscrew/bot-framework-core-spring-boot-starter/
implementation 'com.botscrew:bot-framework-core-spring-boot-starter:1.2.4'
// https://jarcasting.com/artifacts/com.botscrew/bot-framework-core-spring-boot-starter/
implementation ("com.botscrew:bot-framework-core-spring-boot-starter:1.2.4")
'com.botscrew:bot-framework-core-spring-boot-starter:jar:1.2.4'
<dependency org="com.botscrew" name="bot-framework-core-spring-boot-starter" rev="1.2.4">
<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.2.4')
)
libraryDependencies += "com.botscrew" % "bot-framework-core-spring-boot-starter" % "1.2.4"
[com.botscrew/bot-framework-core-spring-boot-starter "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |