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