Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdio.github.powerbotkit |
ArtifactId | ArtifactIdbotbuilder-spring-boot-autoconfig |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.powerbotkit/botbuilder-spring-boot-autoconfig/ -->
<dependency>
<groupId>io.github.powerbotkit</groupId>
<artifactId>botbuilder-spring-boot-autoconfig</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.powerbotkit/botbuilder-spring-boot-autoconfig/
implementation 'io.github.powerbotkit:botbuilder-spring-boot-autoconfig:0.0.1'
// https://jarcasting.com/artifacts/io.github.powerbotkit/botbuilder-spring-boot-autoconfig/
implementation ("io.github.powerbotkit:botbuilder-spring-boot-autoconfig:0.0.1")
'io.github.powerbotkit:botbuilder-spring-boot-autoconfig:jar:0.0.1'
<dependency org="io.github.powerbotkit" name="botbuilder-spring-boot-autoconfig" rev="0.0.1">
<artifact name="botbuilder-spring-boot-autoconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.powerbotkit', module='botbuilder-spring-boot-autoconfig', version='0.0.1')
)
libraryDependencies += "io.github.powerbotkit" % "botbuilder-spring-boot-autoconfig" % "0.0.1"
[io.github.powerbotkit/botbuilder-spring-boot-autoconfig "0.0.1"]