License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.powerbotkit |
ArtifactId | ArtifactIdbotbuilder-spring-boot |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbotbuilder-spring-boot
a simple starter for spring boot and bot framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
botbuilder-spring-boot-0.0.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.powerbotkit/botbuilder-spring-boot/ -->
<dependency>
<groupId>io.github.powerbotkit</groupId>
<artifactId>botbuilder-spring-boot</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.powerbotkit/botbuilder-spring-boot/
implementation 'io.github.powerbotkit:botbuilder-spring-boot:0.0.3'
// https://jarcasting.com/artifacts/io.github.powerbotkit/botbuilder-spring-boot/
implementation ("io.github.powerbotkit:botbuilder-spring-boot:0.0.3")
'io.github.powerbotkit:botbuilder-spring-boot:pom:0.0.3'
<dependency org="io.github.powerbotkit" name="botbuilder-spring-boot" rev="0.0.3">
<artifact name="botbuilder-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.powerbotkit', module='botbuilder-spring-boot', version='0.0.3')
)
libraryDependencies += "io.github.powerbotkit" % "botbuilder-spring-boot" % "0.0.3"
[io.github.powerbotkit/botbuilder-spring-boot "0.0.3"]