| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdio.github.goudai | 
    
| ArtifactId | ArtifactIdspring-boot-starter-runner | 
    
| Last Version | Last Version4.0.17 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionspring-boot-starter-runner 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| spring-boot-starter-runner-4.0.17.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-runner/ -->
<dependency>
    <groupId>io.github.goudai</groupId>
    <artifactId>spring-boot-starter-runner</artifactId>
    <version>4.0.17</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-runner/
implementation 'io.github.goudai:spring-boot-starter-runner:4.0.17'
                // https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-runner/
implementation ("io.github.goudai:spring-boot-starter-runner:4.0.17")
                'io.github.goudai:spring-boot-starter-runner:pom:4.0.17'
                <dependency org="io.github.goudai" name="spring-boot-starter-runner" rev="4.0.17">
  <artifact name="spring-boot-starter-runner" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.github.goudai', module='spring-boot-starter-runner', version='4.0.17')
)
                libraryDependencies += "io.github.goudai" % "spring-boot-starter-runner" % "4.0.17"
                [io.github.goudai/spring-boot-starter-runner "4.0.17"]