Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.cafapi |
ArtifactId | ArtifactIdswagger-ui-annotation |
Version | Version1.0.0-28 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cafapi/swagger-ui-annotation/ -->
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>swagger-ui-annotation</artifactId>
<version>1.0.0-28</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi/swagger-ui-annotation/
implementation 'com.github.cafapi:swagger-ui-annotation:1.0.0-28'
// https://jarcasting.com/artifacts/com.github.cafapi/swagger-ui-annotation/
implementation ("com.github.cafapi:swagger-ui-annotation:1.0.0-28")
'com.github.cafapi:swagger-ui-annotation:jar:1.0.0-28'
<dependency org="com.github.cafapi" name="swagger-ui-annotation" rev="1.0.0-28">
<artifact name="swagger-ui-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi', module='swagger-ui-annotation', version='1.0.0-28')
)
libraryDependencies += "com.github.cafapi" % "swagger-ui-annotation" % "1.0.0-28"
[com.github.cafapi/swagger-ui-annotation "1.0.0-28"]