Commons Lang.
Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang..
Here is the list of declaration for commons-lang3. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.1</version> </dependency>
If you think this Maven repository POM file listing for commons-lang3 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The commons-lang3-3.1 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 4.10 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1957 |
File | commons-io 2.1 The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes. | 128 |
Testing Mock | easymock 3.0 EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly | 132 |
The following table lists the most popular artifacts which are depending on commons-lang3-3.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | htmlunit 2.13 A headless browser intended for use in testing web-based applications. | 10 |
Library | util 2.0 A bunch of useful classes. | 9 |
Library | core 1.0.9 Serenity core libraries | 6 |
Development | diamond-client 0.0.13 a config client of diamond | 10 |
Development | thundr 0.9.7 thundr is a light-weight java web framework designed for use in cloud deployed web applications. | 5 |
Web Framework | smartsprites 0.2.10 CSS Sprites Generator Done Right. SmartSprites maintains CSS sprites in your designs, fully automatically. No tedious copying and pasting to your CSS when adding or changing sprited images. | 15 |
Network | littleproxy 1.0.0-beta7 LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework. | 6 |
Document Database | cassandra-thrift 2.1.0 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 11 |
Library | core 1.0.16 Serenity core libraries | 7 |
Parser | lesscss 1.3.3 Official LESS CSS Compiler for Java | 16 |
Network | mock-http-server 1.3 Mock and Proxy HTTP Server for testing purposes. Forked from https://github.com/jharlap/mock-http-server | 7 |
Document Database | cassandra-all 2.0.4 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 9 |
Network | mock-http-server 4.0 Mock and Proxy HTTP Server for testing purposes. Forked from https://github.com/jharlap/mock-http-server | 5 |
Library | core 1.0.23 Serenity core libraries | 6 |
Library | core 1.0.21 Serenity core libraries | 5 |
Library | core 1.0.12 Serenity core libraries | 5 |
Development | api-common 1.1 Common functions for the APIs used by YAMJ | 6 |
Web Service | rest-assured 1.7 Java DSL for easy testing of REST services | 6 |
JUnit | htmlunit 2.11 A headless browser intended for use in testing web-based applications. | 9 |
JEE | libthrift 0.9.1 Thrift is a software framework for scalable cross-language services development. | 60 |
Inversion of Control | ness-lifecycle 1.0.1 Guice based lifecycle. | 6 |
JUnit | htmlunit 2.12 A headless browser intended for use in testing web-based applications. | 14 |
Library | core 1.0.14 Serenity core libraries | 5 |
Development | diamond-client 0.0.5 a config client of diamond | 6 |
Document Database | cassandra-thrift 2.1.1 The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. | 8 |
The following plugins are used in the commons-lang3-3.1.jar
The following packages are defined in the commons-lang3-3.1.jar
org.apache.commons.lang3 org.apache.commons.lang3.builder org.apache.commons.lang3.concurrent org.apache.commons.lang3.event org.apache.commons.lang3.exception org.apache.commons.lang3.math org.apache.commons.lang3.mutable org.apache.commons.lang3.reflect org.apache.commons.lang3.text org.apache.commons.lang3.text.translate org.apache.commons.lang3.time org.apache.commons.lang3.tuple
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <version>22</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.1</version> <name>Commons Lang</name> <inceptionYear>2001</inceptionYear> <description> Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. </description> <url>http://commons.apache.org/lang/</url> <issueManagement> <system>jira</system> <url>http://issues.apache.org/jira/browse/LANG</url> </issueManagement> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/trunk</developerConnection> <url>http://svn.apache.org/viewvc/commons/proper/lang/trunk</url> </scm> <contributors> <contributor> <name>C. Scott Ananian</name> </contributor> <contributor> <name>Chris Audley</name> </contributor> <contributor> <name>Stephane Bailliez</name> </contributor> <contributor> <name>Michael Becke</name> </contributor> <contributor> <name>Benjamin Bentmann</name> </contributor> <contributor> <name>Ola Berg</name> </contributor> <contributor> <name>Nathan Beyer</name> </contributor> <contributor> <name>Stefan Bodewig</name> </contributor> <contributor> <name>Janek Bogucki</name> </contributor> <contributor> <name>Mike Bowler</name> </contributor> <contributor> <name>Sean Brown</name> </contributor> <contributor> <name>Alexander Day Chaffee</name> </contributor> <contributor> <name>Al Chou</name> </contributor> <contributor> <name>Greg Coladonato</name> </contributor> <contributor> <name>Maarten Coene</name> </contributor> <contributor> <name>Justin Couch</name> </contributor> <contributor> <name>Michael Davey</name> </contributor> <contributor> <name>Norm Deane</name> </contributor> <contributor> <name>Morgan Delagrange</name> </contributor> <contributor> <name>Ringo De Smet</name> </contributor> <contributor> <name>Russel Dittmar</name> </contributor> <contributor> <name>Steve Downey</name> </contributor> <contributor> <name>Matthias Eichel</name> </contributor> <contributor> <name>Christopher Elkins</name> </contributor> <contributor> <name>Chris Feldhacker</name> </contributor> <contributor> <name>Roland Foerther</name> </contributor> <contributor> <name>Pete Gieser</name> </contributor> <contributor> <name>Jason Gritman</name> </contributor> <contributor> <name>Matthew Hawthorne</name> </contributor> <contributor> <name>Michael Heuer</name> </contributor> <contributor> <name>Chris Hyzer</name> </contributor> <contributor> <name>Paul Jack</name> </contributor> <contributor> <name>Marc Johnson</name> </contributor> <contributor> <name>Shaun Kalley</name> </contributor> <contributor> <name>Tetsuya Kaneuchi</name> </contributor> <contributor> <name>Nissim Karpenstein</name> </contributor> <contributor> <name>Ed Korthof</name> </contributor> <contributor> <name>Holger Krauth</name> </contributor> <contributor> <name>Rafal Krupinski</name> </contributor> <contributor> <name>Rafal Krzewski</name> </contributor> <contributor> <name>David Leppik</name> </contributor> <contributor> <name>Eli Lindsey</name> </contributor> <contributor> <name>Sven Ludwig</name> </contributor> <contributor> <name>Craig R. McClanahan</name> </contributor> <contributor> <name>Rand McNeely</name> </contributor> <contributor> <name>Hendrik Maryns</name> </contributor> <contributor> <name>Dave Meikle</name> </contributor> <contributor> <name>Nikolay Metchev</name> </contributor> <contributor> <name>Kasper Nielsen</name> </contributor> <contributor> <name>Tim O'Brien</name> </contributor> <contributor> <name>Brian S O'Neill</name> </contributor> <contributor> <name>Andrew C. Oliver</name> </contributor> <contributor> <name>Alban Peignier</name> </contributor> <contributor> <name>Moritz Petersen</name> </contributor> <contributor> <name>Dmitri Plotnikov</name> </contributor> <contributor> <name>Neeme Praks</name> </contributor> <contributor> <name>Eric Pugh</name> </contributor> <contributor> <name>Stephen Putman</name> </contributor> <contributor> <name>Travis Reeder</name> </contributor> <contributor> <name>Antony Riley</name> </contributor> <contributor> <name>Valentin Rocher</name> </contributor> <contributor> <name>Scott Sanders</name> </contributor> <contributor> <name>Ralph Schaer</name> </contributor> <contributor> <name>Henning P. Schmiedehausen</name> </contributor> <contributor> <name>Sean Schofield</name> </contributor> <contributor> <name>Robert Scholte</name> </contributor> <contributor> <name>Reuben Sivan</name> </contributor> <contributor> <name>Ville Skytta</name> </contributor> <contributor> <name>David M. Sledge</name> </contributor> <contributor> <name>Michael A. Smith</name> </contributor> <contributor> <name>Jan Sorensen</name> </contributor> <contributor> <name>Glen Stampoultzis</name> </contributor> <contributor> <name>Scott Stanchfield</name> </contributor> <contributor> <name>Jon S. Stevens</name> </contributor> <contributor> <name>Sean C. Sullivan</name> </contributor> <contributor> <name>Ashwin Suresh</name> </contributor> <contributor> <name>Helge Tesgaard</name> </contributor> <contributor> <name>Arun Mammen Thomas</name> </contributor> <contributor> <name>Masato Tezuka</name> </contributor> <contributor> <name>Jeff Varszegi</name> </contributor> <contributor> <name>Chris Webb</name> </contributor> <contributor> <name>Mario Winterer</name> </contributor> <contributor> <name>Stepan Koltsov</name> </contributor> <contributor> <name>Holger Hoffstatte</name> </contributor> <contributor> <name>Derek C. Ashmore</name> </contributor> </contributors> <!-- Lang should depend on very little --> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>3.0</version> <scope>test</scope> </dependency> </dependencies> <properties> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <maven.compile.source>1.5</maven.compile.source> <maven.compile.target>1.5</maven.compile.target> <commons.componentid>lang3</commons.componentid> <commons.release.version>3.1</commons.release.version> <commons.release.desc>(Java 5.0+)</commons.release.desc> <commons.jira.id>LANG</commons.jira.id> <commons.jira.pid>12310481</commons.jira.pid> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <executions> <execution> <id>plain</id> <configuration> <includes> <include>**/*Test.java</include> </includes> </configuration> </execution> <!-- <execution> <id>security-manager-test</id> <phase>integration-test</phase> <goals> <goal>test</goal> </goals> <configuration> <includes> <include>**/*Test.java</include> </includes> <argLine>-Djava.security.manager -Djava.security.policy=${basedir}/src/test/resources/java.policy</argLine> </configuration> </execution> --> </executions> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/assembly/bin.xml</descriptor> <descriptor>src/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <version>2.6</version> <configuration> <xmlPath>${basedir}/src/site/changes/changes.xml</xmlPath> <issueLinkTemplatePerSystem> <default>%URL%/%ISSUE%</default> </issueLinkTemplatePerSystem> <template>release-notes.vm</template> <templateDirectory>templates</templateDirectory> <!-- Give the output file its proper name --> <announcementFile>RELEASE-NOTES.txt</announcementFile> </configuration> <reportSets> <reportSet> <reports> <report>changes-report</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.7</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> </configuration> </plugin> <!-- Requires setting 'export MAVEN_OPTS="-Xmx512m" ' --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.3.2</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort> <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.5.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <version>2.3</version> <configuration> <minSeverity>info</minSeverity> </configuration> </plugin> <plugin> <artifactId>maven-pmd-plugin</artifactId> <version>2.5</version> <configuration> <targetJdk>${maven.compile.target}</targetJdk> </configuration> <reportSets> <reportSet> <reports> <report>pmd</report> <report>cpd</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> <version>2.4</version> <configuration> <tags> <tag>TODO</tag> <tag>NOPMD</tag> <tag>NOTE</tag> </tags> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javancss-maven-plugin</artifactId> <version>2.0</version> </plugin> </plugins> </reporting> </project>