The most recent stable Norconex Crawler Core release in the 2.x series.
Latest development build of Norconex Crawler Core for the next release in the 2.x series.
The most recent stable Norconex Crawler Core release in the 1.x series.
Source code can be obtained on GitHub: https://github.com/Norconex/collector-core.
Maven users can add the following to their pom.xml:
<dependency> <groupId>com.norconex.collectors</groupId> <artifactId>norconex-collector-core</artifactId> <version>2.0.2</version> </dependency>
Use the following for the latest snapshot release:
<dependency> <groupId>com.norconex.collectors</groupId> <artifactId>norconex-collector-core</artifactId> <version>2.1.0-SNAPSHOT</version> </dependency>
For snapshot releases, make sure to include the public Sonatype Maven repository:
<repository> <id>sonatype.oss.snapshots</id> <name>Sonatype OSS Snapshot Repository</name> <url>http://oss.sonatype.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>