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