Categories |
CategoriesGithub Development Tools Version Controls Angular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-angular-ui-bootstrap |
Version | Version0.14.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-angular-ui-bootstrap/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-angular-ui-bootstrap</artifactId>
<version>0.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-angular-ui-bootstrap/
implementation 'org.webjars.npm:github-com-angular-ui-bootstrap:0.14.3'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-angular-ui-bootstrap/
implementation ("org.webjars.npm:github-com-angular-ui-bootstrap:0.14.3")
'org.webjars.npm:github-com-angular-ui-bootstrap:jar:0.14.3'
<dependency org="org.webjars.npm" name="github-com-angular-ui-bootstrap" rev="0.14.3">
<artifact name="github-com-angular-ui-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-angular-ui-bootstrap', version='0.14.3')
)
libraryDependencies += "org.webjars.npm" % "github-com-angular-ui-bootstrap" % "0.14.3"
[org.webjars.npm/github-com-angular-ui-bootstrap "0.14.3"]