| GroupId | GroupIdorg.archive.heritrix | 
    
|---|---|
| ArtifactId | ArtifactIdheritrix-commons | 
    
| Version | Version3.4.0-20200518 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.archive.heritrix/heritrix-commons/ -->
<dependency>
    <groupId>org.archive.heritrix</groupId>
    <artifactId>heritrix-commons</artifactId>
    <version>3.4.0-20200518</version>
</dependency>
                // https://jarcasting.com/artifacts/org.archive.heritrix/heritrix-commons/
implementation 'org.archive.heritrix:heritrix-commons:3.4.0-20200518'
                // https://jarcasting.com/artifacts/org.archive.heritrix/heritrix-commons/
implementation ("org.archive.heritrix:heritrix-commons:3.4.0-20200518")
                'org.archive.heritrix:heritrix-commons:jar:3.4.0-20200518'
                <dependency org="org.archive.heritrix" name="heritrix-commons" rev="3.4.0-20200518">
  <artifact name="heritrix-commons" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.archive.heritrix', module='heritrix-commons', version='3.4.0-20200518')
)
                libraryDependencies += "org.archive.heritrix" % "heritrix-commons" % "3.4.0-20200518"
                [org.archive.heritrix/heritrix-commons "3.4.0-20200518"]