Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdangular-ui-bootstrap-bower |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
angular-ui-bootstrap-bower-2.1.3.pom | |
angular-ui-bootstrap-bower-2.1.3.jar | 171 KB |
angular-ui-bootstrap-bower-2.1.3-sources.jar | 22 bytes |
angular-ui-bootstrap-bower-2.1.3-javadoc.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>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-bootstrap-bower/
implementation 'org.webjars.bower:angular-ui-bootstrap-bower:2.1.3'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-bootstrap-bower/
implementation ("org.webjars.bower:angular-ui-bootstrap-bower:2.1.3")
'org.webjars.bower:angular-ui-bootstrap-bower:jar:2.1.3'
<dependency org="org.webjars.bower" name="angular-ui-bootstrap-bower" rev="2.1.3">
<artifact name="angular-ui-bootstrap-bower" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-ui-bootstrap-bower', version='2.1.3')
)
libraryDependencies += "org.webjars.bower" % "angular-ui-bootstrap-bower" % "2.1.3"
[org.webjars.bower/angular-ui-bootstrap-bower "2.1.3"]