n

norconex-commons-lang

Norconex Commons Lang is a Java library containing utility classes that complements the Java API and are not found in commonly available libraries (such as the great Apache Commons Lang, which it relies on).
http://www.norconex.com/product/commons-lang
The Apache Software License, Version 2.0
Norconex Inc.
Pascal Essiembre Pascal Dimassimo
Files download
File Operation
norconex-commons-lang-1.6.2.jar download
norconex-commons-lang-1.6.2.pom download
norconex-commons-lang-1.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.norconex.commons</groupId>
  <artifactId>norconex-commons-lang</artifactId>
  <version>1.6.2</version>
</dependency>
Gradle Groovy
implementation 'com.norconex.commons:norconex-commons-lang:1.6.2'
Gradle Kotlin
implementation("com.norconex.commons:norconex-commons-lang:1.6.2")
Scala SBT
libraryDependencies += "com.norconex.commons" % "norconex-commons-lang" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.norconex.commons', module='norconex-commons-lang', version='1.6.2')
)
Apache Ivy
<dependency org="com.norconex.commons" name="norconex-commons-lang" rev="1.6.2" />
Leiningen
[com.norconex.commons/norconex-commons-lang "1.6.2"]
Apache Buildr
'com.norconex.commons:norconex-commons-lang:jar:1.6.2'