is not current version
Last Version 0.5

com.google.code.crawler-commons:crawler-commons 0.1

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

GroupId

GroupId

com.google.code.crawler-commons
ArtifactId

ArtifactId

crawler-commons
Version

Version

0.1
Type

Type

jar

Download crawler-commons 0.1


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