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