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).
https://opensource.norconex.com/commons/lang
Files download
File Operation
norconex-commons-lang-2.0.0-M2.jar download
norconex-commons-lang-2.0.0-M2.pom download
norconex-commons-lang-2.0.0-M2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.norconex.commons</groupId>
  <artifactId>norconex-commons-lang</artifactId>
  <version>2.0.0-M2</version>
</dependency>
Gradle Groovy
implementation 'com.norconex.commons:norconex-commons-lang:2.0.0-M2'
Gradle Kotlin
implementation("com.norconex.commons:norconex-commons-lang:2.0.0-M2")
Scala SBT
libraryDependencies += "com.norconex.commons" % "norconex-commons-lang" % "2.0.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='com.norconex.commons', module='norconex-commons-lang', version='2.0.0-M2')
)
Apache Ivy
<dependency org="com.norconex.commons" name="norconex-commons-lang" rev="2.0.0-M2" />
Leiningen
[com.norconex.commons/norconex-commons-lang "2.0.0-M2"]
Apache Buildr
'com.norconex.commons:norconex-commons-lang:jar:2.0.0-M2'