is not current version
Last Version 1.2

com.github.crawler-commons:crawler-commons 1.0

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

1.0
Type

Type

jar

Download crawler-commons 1.0


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