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