spring-boot-commons
A code library for implementing common things in spring-boot.
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdio.github.iangabrielsanchez | 
    
| ArtifactId | ArtifactIdspring-boot-commons | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpring Boot Commons 
            Spring Boot Commons Library 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/io.github.iangabrielsanchez/spring-boot-commons/ -->
<dependency>
    <groupId>io.github.iangabrielsanchez</groupId>
    <artifactId>spring-boot-commons</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.iangabrielsanchez/spring-boot-commons/
implementation 'io.github.iangabrielsanchez:spring-boot-commons:1.0.0'
                // https://jarcasting.com/artifacts/io.github.iangabrielsanchez/spring-boot-commons/
implementation ("io.github.iangabrielsanchez:spring-boot-commons:1.0.0")
                'io.github.iangabrielsanchez:spring-boot-commons:jar:1.0.0'
                <dependency org="io.github.iangabrielsanchez" name="spring-boot-commons" rev="1.0.0">
  <artifact name="spring-boot-commons" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.iangabrielsanchez', module='spring-boot-commons', version='1.0.0')
)
                libraryDependencies += "io.github.iangabrielsanchez" % "spring-boot-commons" % "1.0.0"
                [io.github.iangabrielsanchez/spring-boot-commons "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.1.5.RELEASE | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.5.RELEASE | 
| org.projectlombok : lombok | jar | 1.18.8 | 
| io.springfox : springfox-swagger-ui | jar | 2.9.2 | 
| io.springfox : springfox-swagger2 | jar | 2.9.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.h2database : h2 | jar | 1.4.199 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.spockframework : spock-core | jar | 1.3-groovy-2.5 | 
| org.spockframework : spock-spring | jar | 1.3-groovy-2.5 | 
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.5.RELEASE | 
A code library for implementing common things in spring-boot.