License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdxyz.srclab.spring.boot |
ArtifactId | ArtifactIdeasy-spring-boot-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
Descriptioneasy-spring-boot-parent
Easy for Spring Boot: Parent
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easy-spring-boot-parent-1.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.srclab.spring.boot/easy-spring-boot-parent/ -->
<dependency>
<groupId>xyz.srclab.spring.boot</groupId>
<artifactId>easy-spring-boot-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.srclab.spring.boot/easy-spring-boot-parent/
implementation 'xyz.srclab.spring.boot:easy-spring-boot-parent:1.0.0'
// https://jarcasting.com/artifacts/xyz.srclab.spring.boot/easy-spring-boot-parent/
implementation ("xyz.srclab.spring.boot:easy-spring-boot-parent:1.0.0")
'xyz.srclab.spring.boot:easy-spring-boot-parent:pom:1.0.0'
<dependency org="xyz.srclab.spring.boot" name="easy-spring-boot-parent" rev="1.0.0">
<artifact name="easy-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.srclab.spring.boot', module='easy-spring-boot-parent', version='1.0.0')
)
libraryDependencies += "xyz.srclab.spring.boot" % "easy-spring-boot-parent" % "1.0.0"
[xyz.srclab.spring.boot/easy-spring-boot-parent "1.0.0"]