License |
License |
---|---|
Categories |
Categoriesjsoup Business Logic Libraries |
GroupId | GroupIdcom.snicesoft |
ArtifactId | ArtifactIdjsoupcrawler |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsoupcrawler
jsoup crawler
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsoupcrawler-1.1.pom | |
jsoupcrawler-1.1.jar | 15 KB |
jsoupcrawler-1.1-sources.jar | 8 KB |
jsoupcrawler-1.1-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.snicesoft/jsoupcrawler/ -->
<dependency>
<groupId>com.snicesoft</groupId>
<artifactId>jsoupcrawler</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.snicesoft/jsoupcrawler/
implementation 'com.snicesoft:jsoupcrawler:1.1'
// https://jarcasting.com/artifacts/com.snicesoft/jsoupcrawler/
implementation ("com.snicesoft:jsoupcrawler:1.1")
'com.snicesoft:jsoupcrawler:jar:1.1'
<dependency org="com.snicesoft" name="jsoupcrawler" rev="1.1">
<artifact name="jsoupcrawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.snicesoft', module='jsoupcrawler', version='1.1')
)
libraryDependencies += "com.snicesoft" % "jsoupcrawler" % "1.1"
[com.snicesoft/jsoupcrawler "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.8.3 |
net.sourceforge.htmlunit : htmlunit | jar | 2.19 |
commons-beanutils : commons-beanutils-core | jar | 1.8.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |