| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcn.spark2fire | 
    
| ArtifactId | ArtifactIdjscrapy-extension | 
    
| Last Version | Last Version0.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionA crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content
        extraction and persistent. It can simply the development of a specific crawler. 
         | 
    
| Filename | Size | 
|---|---|
| jscrapy-extension-0.0.1.pom | |
| jscrapy-extension-0.0.1.jar | 98 KB | 
| jscrapy-extension-0.0.1-sources.jar | 51 KB | 
| jscrapy-extension-0.0.1-javadoc.jar | 502 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-extension/ -->
<dependency>
    <groupId>cn.spark2fire</groupId>
    <artifactId>jscrapy-extension</artifactId>
    <version>0.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-extension/
implementation 'cn.spark2fire:jscrapy-extension:0.0.1'
                // https://jarcasting.com/artifacts/cn.spark2fire/jscrapy-extension/
implementation ("cn.spark2fire:jscrapy-extension:0.0.1")
                'cn.spark2fire:jscrapy-extension:jar:0.0.1'
                <dependency org="cn.spark2fire" name="jscrapy-extension" rev="0.0.1">
  <artifact name="jscrapy-extension" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.spark2fire', module='jscrapy-extension', version='0.0.1')
)
                libraryDependencies += "cn.spark2fire" % "jscrapy-extension" % "0.0.1"
                [cn.spark2fire/jscrapy-extension "0.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| redis.clients : jedis | jar | 3.4.1 | 
| com.google.guava : guava Optional | jar | 30.1-jre | 
| cn.spark2fire : jscrapy-core | jar | 0.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |