com.lispcast/org.apache.commons.lang

The standard Java libraries fail to provide enough methods for manipulation of its core classes. The Lang Component provides these extra methods. The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 10,223 Downloads
  • 10,223 This Version

Leiningen/Boot

[com.lispcast/org.apache.commons.lang "2.5.0"]

Clojure CLI/deps.edn

com.lispcast/org.apache.commons.lang {:mvn/version "2.5.0"}

Gradle

implementation("com.lispcast:org.apache.commons.lang:2.5.0")

Maven

<dependency>
  <groupId>com.lispcast</groupId>
  <artifactId>org.apache.commons.lang</artifactId>
  <version>2.5.0</version>
</dependency>