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