| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdink.cory | 
| ArtifactId | ArtifactIdcory-web-spring-boot-starter | 
| Last Version | Last Version0.0.27 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncory web framework for Spring Boot, please visit www.cory.ink for more information. | 
<!-- https://jarcasting.com/artifacts/ink.cory/cory-web-spring-boot-starter/ -->
<dependency>
    <groupId>ink.cory</groupId>
    <artifactId>cory-web-spring-boot-starter</artifactId>
    <version>0.0.27</version>
</dependency>// https://jarcasting.com/artifacts/ink.cory/cory-web-spring-boot-starter/
implementation 'ink.cory:cory-web-spring-boot-starter:0.0.27'// https://jarcasting.com/artifacts/ink.cory/cory-web-spring-boot-starter/
implementation ("ink.cory:cory-web-spring-boot-starter:0.0.27")'ink.cory:cory-web-spring-boot-starter:jar:0.0.27'<dependency org="ink.cory" name="cory-web-spring-boot-starter" rev="0.0.27">
  <artifact name="cory-web-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='ink.cory', module='cory-web-spring-boot-starter', version='0.0.27')
)libraryDependencies += "ink.cory" % "cory-web-spring-boot-starter" % "0.0.27"[ink.cory/cory-web-spring-boot-starter "0.0.27"]