Categories |
CategoriesGithub Development Tools Version Controls Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdgithub-com-swagger-api-swagger-ui |
Version | Version3.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-swagger-api-swagger-ui/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>github-com-swagger-api-swagger-ui</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-swagger-api-swagger-ui/
implementation 'org.webjars.bower:github-com-swagger-api-swagger-ui:3.4.0'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-swagger-api-swagger-ui/
implementation ("org.webjars.bower:github-com-swagger-api-swagger-ui:3.4.0")
'org.webjars.bower:github-com-swagger-api-swagger-ui:jar:3.4.0'
<dependency org="org.webjars.bower" name="github-com-swagger-api-swagger-ui" rev="3.4.0">
<artifact name="github-com-swagger-api-swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-swagger-api-swagger-ui', version='3.4.0')
)
libraryDependencies += "org.webjars.bower" % "github-com-swagger-api-swagger-ui" % "3.4.0"
[org.webjars.bower/github-com-swagger-api-swagger-ui "3.4.0"]