| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdcolors |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncolors
WebJar for colors
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| colors-1.4.0.pom | |
| colors-1.4.0.jar | 21 KB |
| colors-1.4.0-sources.jar | 22 bytes |
| colors-1.4.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/colors/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>colors</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/colors/
implementation 'org.webjars.npm:colors:1.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/colors/
implementation ("org.webjars.npm:colors:1.4.0")
'org.webjars.npm:colors:jar:1.4.0'
<dependency org="org.webjars.npm" name="colors" rev="1.4.0">
<artifact name="colors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='colors', version='1.4.0')
)
libraryDependencies += "org.webjars.npm" % "colors" % "1.4.0"
[org.webjars.npm/colors "1.4.0"]