| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.archive.heritrix | 
    
| ArtifactId | ArtifactIdheritrix-commons | 
    
| Version | Version3.4.0-20210621 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionHeritrix 3: 'commons' subproject (utility classes) 
            The Archive Commons Code Libraries project contains general Java utility
		libraries, as used by the Heritrix crawler and other projects. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.archive.heritrix/heritrix-commons/ -->
<dependency>
    <groupId>org.archive.heritrix</groupId>
    <artifactId>heritrix-commons</artifactId>
    <version>3.4.0-20210621</version>
</dependency>
                // https://jarcasting.com/artifacts/org.archive.heritrix/heritrix-commons/
implementation 'org.archive.heritrix:heritrix-commons:3.4.0-20210621'
                // https://jarcasting.com/artifacts/org.archive.heritrix/heritrix-commons/
implementation ("org.archive.heritrix:heritrix-commons:3.4.0-20210621")
                'org.archive.heritrix:heritrix-commons:jar:3.4.0-20210621'
                <dependency org="org.archive.heritrix" name="heritrix-commons" rev="3.4.0-20210621">
  <artifact name="heritrix-commons" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.archive.heritrix', module='heritrix-commons', version='3.4.0-20210621')
)
                libraryDependencies += "org.archive.heritrix" % "heritrix-commons" % "3.4.0-20210621"
                [org.archive.heritrix/heritrix-commons "3.4.0-20210621"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.esotericsoftware : reflectasm | jar | 0.8 | 
| com.esotericsoftware : minlog | jar | 1.2 |