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