| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdio.github.betterigo | 
    
| ArtifactId | ArtifactIdspring-boot-starter-respack | 
    
| Last Version | Last Version2.1.6 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
<!-- https://jarcasting.com/artifacts/io.github.betterigo/spring-boot-starter-respack/ -->
<dependency>
    <groupId>io.github.betterigo</groupId>
    <artifactId>spring-boot-starter-respack</artifactId>
    <version>2.1.6</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.betterigo/spring-boot-starter-respack/
implementation 'io.github.betterigo:spring-boot-starter-respack:2.1.6'
                // https://jarcasting.com/artifacts/io.github.betterigo/spring-boot-starter-respack/
implementation ("io.github.betterigo:spring-boot-starter-respack:2.1.6")
                'io.github.betterigo:spring-boot-starter-respack:jar:2.1.6'
                <dependency org="io.github.betterigo" name="spring-boot-starter-respack" rev="2.1.6">
  <artifact name="spring-boot-starter-respack" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.betterigo', module='spring-boot-starter-respack', version='2.1.6')
)
                libraryDependencies += "io.github.betterigo" % "spring-boot-starter-respack" % "2.1.6"
                [io.github.betterigo/spring-boot-starter-respack "2.1.6"]