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
文件下载
文件名 操作
norconex-commons-lang-1.5.0.jar 下载
norconex-commons-lang-1.5.0.pom 下载
norconex-commons-lang-1.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.norconex.commons</groupId>
  <artifactId>norconex-commons-lang</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.norconex.commons:norconex-commons-lang:1.5.0'
Gradle Kotlin
implementation("com.norconex.commons:norconex-commons-lang:1.5.0")
Scala SBT
libraryDependencies += "com.norconex.commons" % "norconex-commons-lang" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.norconex.commons', module='norconex-commons-lang', version='1.5.0')
)
Apache Ivy
<dependency org="com.norconex.commons" name="norconex-commons-lang" rev="1.5.0" />
Leiningen
[com.norconex.commons/norconex-commons-lang "1.5.0"]
Apache Buildr
'com.norconex.commons:norconex-commons-lang:jar:1.5.0'