is not current version
Last Version 3.4.0-20210923

org.archive.heritrix:heritrix-commons 3.4.0-20190205

The Archive Commons Code Libraries project contains general Java utility libraries, as used by the Heritrix crawler and other projects.

GroupId

GroupId

org.archive.heritrix
ArtifactId

ArtifactId

heritrix-commons
Version

Version

3.4.0-20190205
Type

Type

jar

Download heritrix-commons 3.4.0-20190205


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