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