Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.xream.x7 |
ArtifactId | ArtifactIdspring-boot-starter-x7 |
Version | Version2.2.4.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.xream.x7/spring-boot-starter-x7/ -->
<dependency>
<groupId>io.xream.x7</groupId>
<artifactId>spring-boot-starter-x7</artifactId>
<version>2.2.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.xream.x7/spring-boot-starter-x7/
implementation 'io.xream.x7:spring-boot-starter-x7:2.2.4.RELEASE'
// https://jarcasting.com/artifacts/io.xream.x7/spring-boot-starter-x7/
implementation ("io.xream.x7:spring-boot-starter-x7:2.2.4.RELEASE")
'io.xream.x7:spring-boot-starter-x7:jar:2.2.4.RELEASE'
<dependency org="io.xream.x7" name="spring-boot-starter-x7" rev="2.2.4.RELEASE">
<artifact name="spring-boot-starter-x7" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xream.x7', module='spring-boot-starter-x7', version='2.2.4.RELEASE')
)
libraryDependencies += "io.xream.x7" % "spring-boot-starter-x7" % "2.2.4.RELEASE"
[io.xream.x7/spring-boot-starter-x7 "2.2.4.RELEASE"]