Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdxyz.opcal.xena |
ArtifactId | ArtifactIdxena-spring-boot-starter |
Version | Version1.26.4 |
Type | Typejar |
Filename | Size |
---|---|
xena-spring-boot-starter-1.26.4.pom | |
xena-spring-boot-starter-1.26.4.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.4</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.opcal.xena/xena-spring-boot-starter/
implementation 'xyz.opcal.xena:xena-spring-boot-starter:1.26.4'
// https://jarcasting.com/artifacts/xyz.opcal.xena/xena-spring-boot-starter/
implementation ("xyz.opcal.xena:xena-spring-boot-starter:1.26.4")
'xyz.opcal.xena:xena-spring-boot-starter:jar:1.26.4'
<dependency org="xyz.opcal.xena" name="xena-spring-boot-starter" rev="1.26.4">
<artifact name="xena-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.opcal.xena', module='xena-spring-boot-starter', version='1.26.4')
)
libraryDependencies += "xyz.opcal.xena" % "xena-spring-boot-starter" % "1.26.4"
[xyz.opcal.xena/xena-spring-boot-starter "1.26.4"]