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