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