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