Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdxyz.opcal.xena |
ArtifactId | ArtifactIdxena-spring-boot-starter |
Version | Version1.26.5 |
Type | Typejar |
Filename | Size |
---|---|
xena-spring-boot-starter-1.26.5.pom | |
xena-spring-boot-starter-1.26.5.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.opcal.xena/xena-spring-boot-starter/ -->
<dependency>
<groupId>xyz.opcal.xena</groupId>
<artifactId>xena-spring-boot-starter</artifactId>
<version>1.26.5</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.opcal.xena/xena-spring-boot-starter/
implementation 'xyz.opcal.xena:xena-spring-boot-starter:1.26.5'
// https://jarcasting.com/artifacts/xyz.opcal.xena/xena-spring-boot-starter/
implementation ("xyz.opcal.xena:xena-spring-boot-starter:1.26.5")
'xyz.opcal.xena:xena-spring-boot-starter:jar:1.26.5'
<dependency org="xyz.opcal.xena" name="xena-spring-boot-starter" rev="1.26.5">
<artifact name="xena-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.opcal.xena', module='xena-spring-boot-starter', version='1.26.5')
)
libraryDependencies += "xyz.opcal.xena" % "xena-spring-boot-starter" % "1.26.5"
[xyz.opcal.xena/xena-spring-boot-starter "1.26.5"]