| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdorg.teasoft | 
| ArtifactId | ArtifactIdbee-spring-boot-starter | 
| Version | Version1.9.5.boot2.0.4.RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| bee-spring-boot-starter-1.9.5.boot2.0.4.RELEASE.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.teasoft/bee-spring-boot-starter/ -->
<dependency>
    <groupId>org.teasoft</groupId>
    <artifactId>bee-spring-boot-starter</artifactId>
    <version>1.9.5.boot2.0.4.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.teasoft/bee-spring-boot-starter/
implementation 'org.teasoft:bee-spring-boot-starter:1.9.5.boot2.0.4.RELEASE'// https://jarcasting.com/artifacts/org.teasoft/bee-spring-boot-starter/
implementation ("org.teasoft:bee-spring-boot-starter:1.9.5.boot2.0.4.RELEASE")'org.teasoft:bee-spring-boot-starter:pom:1.9.5.boot2.0.4.RELEASE'<dependency org="org.teasoft" name="bee-spring-boot-starter" rev="1.9.5.boot2.0.4.RELEASE">
  <artifact name="bee-spring-boot-starter" type="pom" />
</dependency>@Grapes(
@Grab(group='org.teasoft', module='bee-spring-boot-starter', version='1.9.5.boot2.0.4.RELEASE')
)libraryDependencies += "org.teasoft" % "bee-spring-boot-starter" % "1.9.5.boot2.0.4.RELEASE"[org.teasoft/bee-spring-boot-starter "1.9.5.boot2.0.4.RELEASE"]