is not current version
Last Version 4.3.2

org.openingo.spring:spring-boot-x 4.0.2.RELEASE

spring-boot extensions

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.openingo.spring
ArtifactId

ArtifactId

spring-boot-x
Version

Version

4.0.2.RELEASE
Type

Type

jar

Download spring-boot-x 4.0.2.RELEASE


<!-- https://jarcasting.com/artifacts/org.openingo.spring/spring-boot-x/ -->
<dependency>
    <groupId>org.openingo.spring</groupId>
    <artifactId>spring-boot-x</artifactId>
    <version>4.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.openingo.spring/spring-boot-x/
implementation 'org.openingo.spring:spring-boot-x:4.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.openingo.spring/spring-boot-x/
implementation ("org.openingo.spring:spring-boot-x:4.0.2.RELEASE")
'org.openingo.spring:spring-boot-x:jar:4.0.2.RELEASE'
<dependency org="org.openingo.spring" name="spring-boot-x" rev="4.0.2.RELEASE">
  <artifact name="spring-boot-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openingo.spring', module='spring-boot-x', version='4.0.2.RELEASE')
)
libraryDependencies += "org.openingo.spring" % "spring-boot-x" % "4.0.2.RELEASE"
[org.openingo.spring/spring-boot-x "4.0.2.RELEASE"]