| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdorg.openingo.boot |
| ArtifactId | ArtifactIdspring-boot-x |
| Last Version | Last Version5.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-boot-x
spring-boot extensions
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| spring-boot-x-5.1.1.pom | |
| spring-boot-x-5.1.1.jar | 181 KB |
| spring-boot-x-5.1.1-sources.jar | 173 KB |
| spring-boot-x-5.1.1-javadoc.jar | 875 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openingo.boot/spring-boot-x/
implementation 'org.openingo.boot:spring-boot-x:5.1.1'
// https://jarcasting.com/artifacts/org.openingo.boot/spring-boot-x/
implementation ("org.openingo.boot:spring-boot-x:5.1.1")
'org.openingo.boot:spring-boot-x:jar:5.1.1'
<dependency org="org.openingo.boot" name="spring-boot-x" rev="5.1.1">
<artifact name="spring-boot-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openingo.boot', module='spring-boot-x', version='5.1.1')
)
libraryDependencies += "org.openingo.boot" % "spring-boot-x" % "5.1.1"
[org.openingo.boot/spring-boot-x "5.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.projectlombok : lombok | jar | 1.18.20 |
| org.openingo.kits : jdkits | jar | 3.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |
| org.junit.vintage : junit-vintage-engine | jar | 5.8.0-M1 |
| org.mockito : mockito-junit-jupiter | jar | 3.11.2 |