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