| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.double-bin | 
    
| ArtifactId | ArtifactIdcommons-spring-boot-starter | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncommons-starter 
            DoubleBin commons. 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.double-bin/commons-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.double-bin</groupId>
    <artifactId>commons-spring-boot-starter</artifactId>
    <version>1.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.double-bin/commons-spring-boot-starter/
implementation 'com.github.double-bin:commons-spring-boot-starter:1.0.1'
                // https://jarcasting.com/artifacts/com.github.double-bin/commons-spring-boot-starter/
implementation ("com.github.double-bin:commons-spring-boot-starter:1.0.1")
                'com.github.double-bin:commons-spring-boot-starter:jar:1.0.1'
                <dependency org="com.github.double-bin" name="commons-spring-boot-starter" rev="1.0.1">
  <artifact name="commons-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.double-bin', module='commons-spring-boot-starter', version='1.0.1')
)
                libraryDependencies += "com.github.double-bin" % "commons-spring-boot-starter" % "1.0.1"
                [com.github.double-bin/commons-spring-boot-starter "1.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | |
| org.springframework.boot : spring-boot-starter-test | jar |