Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdink.cory |
ArtifactId | ArtifactIdcory-swagger-spring-boot-starter |
Version | Version0.0.23 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ink.cory/cory-swagger-spring-boot-starter/ -->
<dependency>
<groupId>ink.cory</groupId>
<artifactId>cory-swagger-spring-boot-starter</artifactId>
<version>0.0.23</version>
</dependency>
// https://jarcasting.com/artifacts/ink.cory/cory-swagger-spring-boot-starter/
implementation 'ink.cory:cory-swagger-spring-boot-starter:0.0.23'
// https://jarcasting.com/artifacts/ink.cory/cory-swagger-spring-boot-starter/
implementation ("ink.cory:cory-swagger-spring-boot-starter:0.0.23")
'ink.cory:cory-swagger-spring-boot-starter:jar:0.0.23'
<dependency org="ink.cory" name="cory-swagger-spring-boot-starter" rev="0.0.23">
<artifact name="cory-swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='ink.cory', module='cory-swagger-spring-boot-starter', version='0.0.23')
)
libraryDependencies += "ink.cory" % "cory-swagger-spring-boot-starter" % "0.0.23"
[ink.cory/cory-swagger-spring-boot-starter "0.0.23"]