Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.fun90.webjars |
ArtifactId | ArtifactIdswagger-ui-bootstrap4 |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
swagger-ui-bootstrap4-1.0.0.pom | |
swagger-ui-bootstrap4-1.0.0.jar | 814 KB |
swagger-ui-bootstrap4-1.0.0-sources.jar | 815 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fun90.webjars/swagger-ui-bootstrap4/ -->
<dependency>
<groupId>com.fun90.webjars</groupId>
<artifactId>swagger-ui-bootstrap4</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fun90.webjars/swagger-ui-bootstrap4/
implementation 'com.fun90.webjars:swagger-ui-bootstrap4:1.0.0'
// https://jarcasting.com/artifacts/com.fun90.webjars/swagger-ui-bootstrap4/
implementation ("com.fun90.webjars:swagger-ui-bootstrap4:1.0.0")
'com.fun90.webjars:swagger-ui-bootstrap4:jar:1.0.0'
<dependency org="com.fun90.webjars" name="swagger-ui-bootstrap4" rev="1.0.0">
<artifact name="swagger-ui-bootstrap4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fun90.webjars', module='swagger-ui-bootstrap4', version='1.0.0')
)
libraryDependencies += "com.fun90.webjars" % "swagger-ui-bootstrap4" % "1.0.0"
[com.fun90.webjars/swagger-ui-bootstrap4 "1.0.0"]