Categories |
CategoriesGithub Development Tools Version Controls Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-swagger-api-swagger-ui |
Version | Version3.6.0 |
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.6.0</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.6.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-swagger-api-swagger-ui/
implementation ("org.webjars.npm:github-com-swagger-api-swagger-ui:3.6.0")
'org.webjars.npm:github-com-swagger-api-swagger-ui:jar:3.6.0'
<dependency org="org.webjars.npm" name="github-com-swagger-api-swagger-ui" rev="3.6.0">
<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.6.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-swagger-api-swagger-ui" % "3.6.0"
[org.webjars.npm/github-com-swagger-api-swagger-ui "3.6.0"]