Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.hc621311 |
ArtifactId | ArtifactIdspringboot-swagger2-starter |
Version | Version1.0.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hc621311/springboot-swagger2-starter/ -->
<dependency>
<groupId>com.github.hc621311</groupId>
<artifactId>springboot-swagger2-starter</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hc621311/springboot-swagger2-starter/
implementation 'com.github.hc621311:springboot-swagger2-starter:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.hc621311/springboot-swagger2-starter/
implementation ("com.github.hc621311:springboot-swagger2-starter:1.0.5.RELEASE")
'com.github.hc621311:springboot-swagger2-starter:jar:1.0.5.RELEASE'
<dependency org="com.github.hc621311" name="springboot-swagger2-starter" rev="1.0.5.RELEASE">
<artifact name="springboot-swagger2-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hc621311', module='springboot-swagger2-starter', version='1.0.5.RELEASE')
)
libraryDependencies += "com.github.hc621311" % "springboot-swagger2-starter" % "1.0.5.RELEASE"
[com.github.hc621311/springboot-swagger2-starter "1.0.5.RELEASE"]