<dependency>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-lang</artifactId>
<version>1.14.0</version>
</dependency>
@Grapes(
@Grab(group='com.norconex.commons', module='norconex-commons-lang', version='1.14.0')
)
compile
|-- commons-lang:commons-lang:2.6
|-- commons-collections:commons-collections:3.2.2
|-- commons-logging:commons-logging:1.2
|-- org.apache.commons:commons-lang3:3.6
|-- org.apache.commons:commons-text:1.1
|-- org.apache.velocity:velocity:1.7
|-- commons-configuration:commons-configuration:1.10
|-- org.apache.commons:commons-collections4:4.1
|-- org.opengis.cite.xerces:xercesImpl-xsd11:2.12-beta-r1667115
provided
|-- org.apache.httpcomponents:httpclient:4.5.3
test
|-- junit:junit:4.12