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