Categories |
CategoriesGithub Development Tools Version Controls Angular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-angular-ui-bootstrap |
Version | Version1.3.2 |
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>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-angular-ui-bootstrap/
implementation 'org.webjars.npm:github-com-angular-ui-bootstrap:1.3.2'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-angular-ui-bootstrap/
implementation ("org.webjars.npm:github-com-angular-ui-bootstrap:1.3.2")
'org.webjars.npm:github-com-angular-ui-bootstrap:jar:1.3.2'
<dependency org="org.webjars.npm" name="github-com-angular-ui-bootstrap" rev="1.3.2">
<artifact name="github-com-angular-ui-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-angular-ui-bootstrap', version='1.3.2')
)
libraryDependencies += "org.webjars.npm" % "github-com-angular-ui-bootstrap" % "1.3.2"
[org.webjars.npm/github-com-angular-ui-bootstrap "1.3.2"]