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