License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices ORM Data Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.wudgaby.platform |
ArtifactId | ArtifactIdswagger-spring-boot |
Version | Version1.0.0 |
Type | Typepom |
Description |
Description接口文档-启动器 - DONE
basis spring boot starters
|
Filename | Size |
---|---|
swagger-spring-boot-1.0.0.pom | 978 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.wudgaby.platform/swagger-spring-boot/ -->
<dependency>
<groupId>com.wudgaby.platform</groupId>
<artifactId>swagger-spring-boot</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wudgaby.platform/swagger-spring-boot/
implementation 'com.wudgaby.platform:swagger-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/com.wudgaby.platform/swagger-spring-boot/
implementation ("com.wudgaby.platform:swagger-spring-boot:1.0.0")
'com.wudgaby.platform:swagger-spring-boot:pom:1.0.0'
<dependency org="com.wudgaby.platform" name="swagger-spring-boot" rev="1.0.0">
<artifact name="swagger-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wudgaby.platform', module='swagger-spring-boot', version='1.0.0')
)
libraryDependencies += "com.wudgaby.platform" % "swagger-spring-boot" % "1.0.0"
[com.wudgaby.platform/swagger-spring-boot "1.0.0"]