is not current version
Last Version 1.2

com.github.crawler-commons:crawler-commons 0.8

crawler-commons is a set of reusable Java components that implement functionality common to any web crawler.

GroupId

GroupId

com.github.crawler-commons
ArtifactId

ArtifactId

crawler-commons
Version

Version

0.8
Type

Type

jar

Download crawler-commons 0.8


<!-- https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/ -->
<dependency>
    <groupId>com.github.crawler-commons</groupId>
    <artifactId>crawler-commons</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/
implementation 'com.github.crawler-commons:crawler-commons:0.8'
// https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/
implementation ("com.github.crawler-commons:crawler-commons:0.8")
'com.github.crawler-commons:crawler-commons:jar:0.8'
<dependency org="com.github.crawler-commons" name="crawler-commons" rev="0.8">
  <artifact name="crawler-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crawler-commons', module='crawler-commons', version='0.8')
)
libraryDependencies += "com.github.crawler-commons" % "crawler-commons" % "0.8"
[com.github.crawler-commons/crawler-commons "0.8"]