| License | 
                License | 
        
|---|---|
| GroupId | GroupIdfr.ght1pc9kc | 
    
| ArtifactId | ArtifactIdscraphead | 
    
| Last Version | Last Version1.2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionScraphead 
            Scraphead allow to scrap html frm URL in order to retrieve OpenGraph, Twitter Card and many other meta
        information from HTML head tag. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| scraphead-1.2.0.pom | 18 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/fr.ght1pc9kc/scraphead/ -->
<dependency>
    <groupId>fr.ght1pc9kc</groupId>
    <artifactId>scraphead</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/fr.ght1pc9kc/scraphead/
implementation 'fr.ght1pc9kc:scraphead:1.2.0'
                // https://jarcasting.com/artifacts/fr.ght1pc9kc/scraphead/
implementation ("fr.ght1pc9kc:scraphead:1.2.0")
                'fr.ght1pc9kc:scraphead:pom:1.2.0'
                <dependency org="fr.ght1pc9kc" name="scraphead" rev="1.2.0">
  <artifact name="scraphead" type="pom" />
</dependency>
                @Grapes(
@Grab(group='fr.ght1pc9kc', module='scraphead', version='1.2.0')
)
                libraryDependencies += "fr.ght1pc9kc" % "scraphead" % "1.2.0"
                [fr.ght1pc9kc/scraphead "1.2.0"]