| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdio.github.adon92 | 
    
| ArtifactId | ArtifactIdmessage-spring-boot-starter | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionUnify the response message body with annotations 
         | 
    
<!-- https://jarcasting.com/artifacts/io.github.adon92/message-spring-boot-starter/ -->
<dependency>
    <groupId>io.github.adon92</groupId>
    <artifactId>message-spring-boot-starter</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.adon92/message-spring-boot-starter/
implementation 'io.github.adon92:message-spring-boot-starter:1.0.0'
                // https://jarcasting.com/artifacts/io.github.adon92/message-spring-boot-starter/
implementation ("io.github.adon92:message-spring-boot-starter:1.0.0")
                'io.github.adon92:message-spring-boot-starter:jar:1.0.0'
                <dependency org="io.github.adon92" name="message-spring-boot-starter" rev="1.0.0">
  <artifact name="message-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.adon92', module='message-spring-boot-starter', version='1.0.0')
)
                libraryDependencies += "io.github.adon92" % "message-spring-boot-starter" % "1.0.0"
                [io.github.adon92/message-spring-boot-starter "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.3.7.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.3.7.RELEASE | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.7.RELEASE | 
| org.projectlombok : lombok | jar | 1.18.16 |