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