License |
License |
---|---|
GroupId | GroupIdorg.htmlparser |
ArtifactId | ArtifactIdthumbelina |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThumbelina
Thumbelina is an example application for spidering and capturing resources.
|
Filename | Size |
---|---|
thumbelina-2.1.pom | |
thumbelina-2.1.jar | 41 KB |
thumbelina-2.1-sources.jar | 42 KB |
thumbelina-2.1-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.htmlparser/thumbelina/ -->
<dependency>
<groupId>org.htmlparser</groupId>
<artifactId>thumbelina</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.htmlparser/thumbelina/
implementation 'org.htmlparser:thumbelina:2.1'
// https://jarcasting.com/artifacts/org.htmlparser/thumbelina/
implementation ("org.htmlparser:thumbelina:2.1")
'org.htmlparser:thumbelina:jar:2.1'
<dependency org="org.htmlparser" name="thumbelina" rev="2.1">
<artifact name="thumbelina" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.htmlparser', module='thumbelina', version='2.1')
)
libraryDependencies += "org.htmlparser" % "thumbelina" % "2.1"
[org.htmlparser/thumbelina "2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.htmlparser : htmlparser | jar | 2.1 |