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