All Projects → apache → Commons Lang

apache / Commons Lang

Licence: apache-2.0
Mirror of Apache Commons Lang

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to Commons Lang

ph-commons
Java 1.8+ Library with tons of utility classes required in all projects
Stars: ✭ 23 (-98.96%)
Mutual labels:  commons
at tools
Source repo for at_commons and at_utils on pub.dev
Stars: ✭ 22 (-99.01%)
Mutual labels:  commons
commonsbooking
CommonsBooking is an open source Wordpress plugin for sharing items with users. This is the NEW CommonsBooking (starting at version v2.0.0). Please install plugin via Wordpress plugin directory.
Stars: ✭ 24 (-98.92%)
Mutual labels:  commons
commons-ognl
Apache Commons OGNL
Stars: ✭ 65 (-97.07%)
Mutual labels:  commons
commons-booking
Wordpress plugin for managing and booking of common goods. New Version 2: https://github.com/wielebenwir/commonsbooking
Stars: ✭ 24 (-98.92%)
Mutual labels:  commons
monos
cocos (code commons) - auto-include quick-starter prelude & prolog
Stars: ✭ 54 (-97.57%)
Mutual labels:  commons
agon
🦉 my golang utilities, log json config and other
Stars: ✭ 12 (-99.46%)
Mutual labels:  commons
mmt
margins merkle tree | grass roots collective crypto speculation
Stars: ✭ 15 (-99.32%)
Mutual labels:  commons
commons-jexl
Apache Commons Jexl
Stars: ✭ 136 (-93.88%)
Mutual labels:  commons
commons.openshift.org
Repository for OpenShift Commons Community Site
Stars: ✭ 31 (-98.6%)
Mutual labels:  commons
awesome-radical-decentralization
Awesome projects for radical decentralization.
Stars: ✭ 84 (-96.22%)
Mutual labels:  commons
Spell4Wiki
Spell4Wiki is a mobile application to record and upload audio for Wiktionary words to Wikimedia commons. Also act as a Wiki-Dictionary.
Stars: ✭ 17 (-99.23%)
Mutual labels:  commons
commons-parent
Apache Commons Parent
Stars: ✭ 21 (-99.05%)
Mutual labels:  commons

Apache Commons Lang

Travis-CI Status GitHub Actions Status Coverage Status Maven Central Javadocs

Apache 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.

Documentation

More information can be found on the Apache Commons Lang homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Lang should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-lang3</artifactId>
  <version>3.12.0</version>
</dependency>

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache Licence v2.

See the NOTICE.txt file for required notices and attributions.

Donations

You like Apache Commons Lang? Then donate back to the ASF to support the development.

Additional Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].