License |
License |
---|---|
GroupId | GroupIdcom.github.crawler-commons |
ArtifactId | ArtifactIdcrawler-commons |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCrawler-commons
crawler-commons is a set of reusable Java components that implement
functionality common to any web crawler.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crawler-commons-1.2.pom | |
crawler-commons-1.2.jar | 181 KB |
crawler-commons-1.2-tests.jar | 82 KB |
crawler-commons-1.2-sources.jar | 152 KB |
crawler-commons-1.2-javadoc.jar | 343 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/ -->
<dependency>
<groupId>com.github.crawler-commons</groupId>
<artifactId>crawler-commons</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/
implementation 'com.github.crawler-commons:crawler-commons:1.2'
// https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/
implementation ("com.github.crawler-commons:crawler-commons:1.2")
'com.github.crawler-commons:crawler-commons:jar:1.2'
<dependency org="com.github.crawler-commons" name="crawler-commons" rev="1.2">
<artifact name="crawler-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crawler-commons', module='crawler-commons', version='1.2')
)
libraryDependencies += "com.github.crawler-commons" % "crawler-commons" % "1.2"
[com.github.crawler-commons/crawler-commons "1.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
org.mockito : mockito-core | jar | 1.8.0 |
jetty : jetty | jar | 5.1.10 |