Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.aoju |
ArtifactId | ArtifactIdbus-boot-swagger-starter |
Version | Version5.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.aoju/bus-boot-swagger-starter/ -->
<dependency>
<groupId>org.aoju</groupId>
<artifactId>bus-boot-swagger-starter</artifactId>
<version>5.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.aoju/bus-boot-swagger-starter/
implementation 'org.aoju:bus-boot-swagger-starter:5.0.3'
// https://jarcasting.com/artifacts/org.aoju/bus-boot-swagger-starter/
implementation ("org.aoju:bus-boot-swagger-starter:5.0.3")
'org.aoju:bus-boot-swagger-starter:jar:5.0.3'
<dependency org="org.aoju" name="bus-boot-swagger-starter" rev="5.0.3">
<artifact name="bus-boot-swagger-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aoju', module='bus-boot-swagger-starter', version='5.0.3')
)
libraryDependencies += "org.aoju" % "bus-boot-swagger-starter" % "5.0.3"
[org.aoju/bus-boot-swagger-starter "5.0.3"]