Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdangular-ui-bootstrap |
Version | Version0.13.1 |
Type | Typejar |
Filename | Size |
---|---|
angular-ui-bootstrap-0.13.1.pom | |
angular-ui-bootstrap-0.13.1.jar | 366 KB |
angular-ui-bootstrap-0.13.1-sources.jar | 22 bytes |
angular-ui-bootstrap-0.13.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-bootstrap/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-ui-bootstrap</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-bootstrap/
implementation 'org.webjars.bower:angular-ui-bootstrap:0.13.1'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-bootstrap/
implementation ("org.webjars.bower:angular-ui-bootstrap:0.13.1")
'org.webjars.bower:angular-ui-bootstrap:jar:0.13.1'
<dependency org="org.webjars.bower" name="angular-ui-bootstrap" rev="0.13.1">
<artifact name="angular-ui-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-ui-bootstrap', version='0.13.1')
)
libraryDependencies += "org.webjars.bower" % "angular-ui-bootstrap" % "0.13.1"
[org.webjars.bower/angular-ui-bootstrap "0.13.1"]