License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.wangyuheng |
ArtifactId | ArtifactIdswagger-starter |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptioncom.github.wangyuheng:swagger-starter
spring-boot swagger starter
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swagger-starter-0.0.1.pom | |
swagger-starter-0.0.1.jar | 6 KB |
swagger-starter-0.0.1-sources.jar | 2 KB |
swagger-starter-0.0.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wangyuheng/swagger-starter/ -->
<dependency>
<groupId>com.github.wangyuheng</groupId>
<artifactId>swagger-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangyuheng/swagger-starter/
implementation 'com.github.wangyuheng:swagger-starter:0.0.1'
// https://jarcasting.com/artifacts/com.github.wangyuheng/swagger-starter/
implementation ("com.github.wangyuheng:swagger-starter:0.0.1")
'com.github.wangyuheng:swagger-starter:jar:0.0.1'
<dependency org="com.github.wangyuheng" name="swagger-starter" rev="0.0.1">
<artifact name="swagger-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangyuheng', module='swagger-starter', version='0.0.1')
)
libraryDependencies += "com.github.wangyuheng" % "swagger-starter" % "0.0.1"
[com.github.wangyuheng/swagger-starter "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.4.2.RELEASE |
io.springfox : springfox-swagger2 | jar | 2.6.1 |
io.springfox : springfox-swagger-ui | jar | 2.6.1 |