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