2.0.0 | Download View release notes | 2018-08-16 | Major release |
Older releases | |||
1.0.0 | Download View release notes | 2017-05-25 | Initial release |
Source code can be obtained on GitHub: https://github.com/Norconex/committer-sql.
Maven users can add the following to their pom.xml:
<dependency> <groupId>com.norconex.collectors</groupId> <artifactId>norconex-committer-sql</artifactId> <version>2.0.0</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>
The latest binary snapshot for upcoming 3.0.0 version is now available for download. Be warned this new version is still under development and may experience breaking changes from one snapshot to the next, until official release. Unless you are a contributor or the adventurous type, we recommend you stick to version 2.x.