Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.openingo.boot |
ArtifactId | ArtifactIdspring-boot-x |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-x-5.0.0.pom | |
spring-boot-x-5.0.0.jar | 181 KB |
spring-boot-x-5.0.0-sources.jar | 174 KB |
spring-boot-x-5.0.0-javadoc.jar | 874 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openingo.boot/spring-boot-x/ -->
<dependency>
<groupId>org.openingo.boot</groupId>
<artifactId>spring-boot-x</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openingo.boot/spring-boot-x/
implementation 'org.openingo.boot:spring-boot-x:5.0.0'
// https://jarcasting.com/artifacts/org.openingo.boot/spring-boot-x/
implementation ("org.openingo.boot:spring-boot-x:5.0.0")
'org.openingo.boot:spring-boot-x:jar:5.0.0'
<dependency org="org.openingo.boot" name="spring-boot-x" rev="5.0.0">
<artifact name="spring-boot-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openingo.boot', module='spring-boot-x', version='5.0.0')
)
libraryDependencies += "org.openingo.boot" % "spring-boot-x" % "5.0.0"
[org.openingo.boot/spring-boot-x "5.0.0"]