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