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