is not current version
Last Version 3.4.0-20210923

org.archive.heritrix:heritrix-modules 3.4.0-20190418

This project contains some of the configurable modules used within the Heritrix application to crawl the web. The modules in this project can be used in applications other than Heritrix, however.

GroupId

GroupId

org.archive.heritrix
ArtifactId

ArtifactId

heritrix-modules
Version

Version

3.4.0-20190418
Type

Type

jar

Download heritrix-modules 3.4.0-20190418


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