Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.mapway |
ArtifactId | ArtifactIdopenapi-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
openapi-spring-boot-starter-1.0.0.pom | |
openapi-spring-boot-starter-1.0.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.mapway/openapi-spring-boot-starter/ -->
<dependency>
<groupId>cn.mapway</groupId>
<artifactId>openapi-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.mapway/openapi-spring-boot-starter/
implementation 'cn.mapway:openapi-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/cn.mapway/openapi-spring-boot-starter/
implementation ("cn.mapway:openapi-spring-boot-starter:1.0.0")
'cn.mapway:openapi-spring-boot-starter:jar:1.0.0'
<dependency org="cn.mapway" name="openapi-spring-boot-starter" rev="1.0.0">
<artifact name="openapi-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.mapway', module='openapi-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "cn.mapway" % "openapi-spring-boot-starter" % "1.0.0"
[cn.mapway/openapi-spring-boot-starter "1.0.0"]