Latest development build of Norconex Commons Lang for the next release in the 3.x series.
The most recent stable Norconex Commons Lang release in the 2.x series.
The most recent stable Norconex Commons Lang release in the 1.x series.
Source code can be obtained on GitHub: https://github.com/Norconex/commons-lang.
Maven users can add the following to their pom.xml:
<dependency> <groupId>com.norconex.collectors</groupId> <artifactId>norconex-commons-lang</artifactId> <version>2.2.0</version> </dependency>
Use the following for the latest snapshot release:
<dependency> <groupId>com.norconex.collectors</groupId> <artifactId>norconex-commons-lang</artifactId> <version>3.0.0-SNAPSHOT</version> </dependency>
For snapshot releases, include the Sonatype Central snapshots repository:
<repository> <id>central-snapshots</id> <name>Maven Central Snapshot Repository</name> <url>https://central.sonatype.com/repository/maven-snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>