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