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