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