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