Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.taills |
ArtifactId | ArtifactIdspring-boot-parent |
Version | Version1.2.1 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-parent-1.2.1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.taills/spring-boot-parent/ -->
<dependency>
<groupId>io.github.taills</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.taills/spring-boot-parent/
implementation 'io.github.taills:spring-boot-parent:1.2.1'
// https://jarcasting.com/artifacts/io.github.taills/spring-boot-parent/
implementation ("io.github.taills:spring-boot-parent:1.2.1")
'io.github.taills:spring-boot-parent:pom:1.2.1'
<dependency org="io.github.taills" name="spring-boot-parent" rev="1.2.1">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.taills', module='spring-boot-parent', version='1.2.1')
)
libraryDependencies += "io.github.taills" % "spring-boot-parent" % "1.2.1"
[io.github.taills/spring-boot-parent "1.2.1"]