Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.teasoft |
ArtifactId | ArtifactIdbee-spring-boot |
Version | Version1.9.8 |
Type | Typejar |
Filename | Size |
---|---|
bee-spring-boot-1.9.8.pom | |
bee-spring-boot-1.9.8.jar | 7 KB |
bee-spring-boot-1.9.8-sources.jar | 7 KB |
bee-spring-boot-1.9.8-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.teasoft/bee-spring-boot/ -->
<dependency>
<groupId>org.teasoft</groupId>
<artifactId>bee-spring-boot</artifactId>
<version>1.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.teasoft/bee-spring-boot/
implementation 'org.teasoft:bee-spring-boot:1.9.8'
// https://jarcasting.com/artifacts/org.teasoft/bee-spring-boot/
implementation ("org.teasoft:bee-spring-boot:1.9.8")
'org.teasoft:bee-spring-boot:jar:1.9.8'
<dependency org="org.teasoft" name="bee-spring-boot" rev="1.9.8">
<artifact name="bee-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teasoft', module='bee-spring-boot', version='1.9.8')
)
libraryDependencies += "org.teasoft" % "bee-spring-boot" % "1.9.8"
[org.teasoft/bee-spring-boot "1.9.8"]