Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.botscrew |
ArtifactId | ArtifactIdbot-framework-core-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/com.botscrew/bot-framework-core-spring-boot-starter/
implementation ("com.botscrew:bot-framework-core-spring-boot-starter:1.0.0")
'com.botscrew:bot-framework-core-spring-boot-starter:jar:1.0.0'
<dependency org="com.botscrew" name="bot-framework-core-spring-boot-starter" rev="1.0.0">
<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.0')
)
libraryDependencies += "com.botscrew" % "bot-framework-core-spring-boot-starter" % "1.0.0"
[com.botscrew/bot-framework-core-spring-boot-starter "1.0.0"]