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