| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdcheerio |
| Version | Version0.19.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cheerio-0.19.0.pom | |
| cheerio-0.19.0.jar | 62 KB |
| cheerio-0.19.0-sources.jar | 22 bytes |
| cheerio-0.19.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/cheerio/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>cheerio</artifactId>
<version>0.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cheerio/
implementation 'org.webjars.npm:cheerio:0.19.0'
// https://jarcasting.com/artifacts/org.webjars.npm/cheerio/
implementation ("org.webjars.npm:cheerio:0.19.0")
'org.webjars.npm:cheerio:jar:0.19.0'
<dependency org="org.webjars.npm" name="cheerio" rev="0.19.0">
<artifact name="cheerio" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cheerio', version='0.19.0')
)
libraryDependencies += "org.webjars.npm" % "cheerio" % "0.19.0"
[org.webjars.npm/cheerio "0.19.0"]