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