| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdru.mynewtons | 
    
| ArtifactId | ArtifactIdspring-boot-firebase-starter | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionspring-boot-firebase-starter 
            MyNewtons spring boot firebase starter 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/ru.mynewtons/spring-boot-firebase-starter/ -->
<dependency>
    <groupId>ru.mynewtons</groupId>
    <artifactId>spring-boot-firebase-starter</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/ru.mynewtons/spring-boot-firebase-starter/
implementation 'ru.mynewtons:spring-boot-firebase-starter:1.0.0'
                // https://jarcasting.com/artifacts/ru.mynewtons/spring-boot-firebase-starter/
implementation ("ru.mynewtons:spring-boot-firebase-starter:1.0.0")
                'ru.mynewtons:spring-boot-firebase-starter:jar:1.0.0'
                <dependency org="ru.mynewtons" name="spring-boot-firebase-starter" rev="1.0.0">
  <artifact name="spring-boot-firebase-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='ru.mynewtons', module='spring-boot-firebase-starter', version='1.0.0')
)
                libraryDependencies += "ru.mynewtons" % "spring-boot-firebase-starter" % "1.0.0"
                [ru.mynewtons/spring-boot-firebase-starter "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.0.0.RELEASE | 
| org.springframework.boot : spring-boot-starter | jar | 2.0.0.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.0.RELEASE | 
| org.apache.commons : commons-lang3 | jar | 3.6 | 
| commons-codec : commons-codec | jar | 1.9 | 
| commons-io : commons-io | jar | 2.4 | 
| org.apache.commons : commons-text | jar | 1.1 | 
| com.google.code.gson : gson | jar | 2.8.0 | 
| org.projectlombok : lombok Optional | jar | 1.16.20 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.0.RELEASE |