| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.piomin | 
    
| ArtifactId | ArtifactIdistio-spring-boot-starter | 
    
| Last Version | Last Version0.1.1.RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionistio-spring-boot-starter 
            Spring Boot Integration with Istio 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.piomin/istio-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.piomin</groupId>
    <artifactId>istio-spring-boot-starter</artifactId>
    <version>0.1.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.piomin/istio-spring-boot-starter/
implementation 'com.github.piomin:istio-spring-boot-starter:0.1.1.RELEASE'
                // https://jarcasting.com/artifacts/com.github.piomin/istio-spring-boot-starter/
implementation ("com.github.piomin:istio-spring-boot-starter:0.1.1.RELEASE")
                'com.github.piomin:istio-spring-boot-starter:jar:0.1.1.RELEASE'
                <dependency org="com.github.piomin" name="istio-spring-boot-starter" rev="0.1.1.RELEASE">
  <artifact name="istio-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.piomin', module='istio-spring-boot-starter', version='0.1.1.RELEASE')
)
                libraryDependencies += "com.github.piomin" % "istio-spring-boot-starter" % "0.1.1.RELEASE"
                [com.github.piomin/istio-spring-boot-starter "0.1.1.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| me.snowdrop : istio-client | jar | 1.6.5-Beta6 | 
| io.fabric8 : kubernetes-client | jar | 4.10.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-context-support | jar | 5.2.6.RELEASE | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.4.RELEASE |