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