| License | 
                License
                                                        The MIT License                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdorg.akhikhl.gretty | 
    
| ArtifactId | ArtifactIdgretty-spring-boot | 
    
| Last Version | Last Version0.0.25 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiongretty-spring-boot 
            Advanced gradle plugin for running web-apps on jetty 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/org.akhikhl.gretty/gretty-spring-boot/ -->
<dependency>
    <groupId>org.akhikhl.gretty</groupId>
    <artifactId>gretty-spring-boot</artifactId>
    <version>0.0.25</version>
</dependency>
                // https://jarcasting.com/artifacts/org.akhikhl.gretty/gretty-spring-boot/
implementation 'org.akhikhl.gretty:gretty-spring-boot:0.0.25'
                // https://jarcasting.com/artifacts/org.akhikhl.gretty/gretty-spring-boot/
implementation ("org.akhikhl.gretty:gretty-spring-boot:0.0.25")
                'org.akhikhl.gretty:gretty-spring-boot:jar:0.0.25'
                <dependency org="org.akhikhl.gretty" name="gretty-spring-boot" rev="0.0.25">
  <artifact name="gretty-spring-boot" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.akhikhl.gretty', module='gretty-spring-boot', version='0.0.25')
)
                libraryDependencies += "org.akhikhl.gretty" % "gretty-spring-boot" % "0.0.25"
                [org.akhikhl.gretty/gretty-spring-boot "0.0.25"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.codehaus.groovy : groovy-all | jar | 1.8.6 | 
| org.akhikhl.gretty : gretty9-spring-boot | jar | 0.0.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.spockframework : spock-core | jar | 0.7-groovy-2.0 |