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