Search code examples
javamaven-2apache-commons

Is apache commons-lang 3.0 available in any maven repo?


commons-lang 3.0 is still beta, but can it be found in some maven repository (I couldn't)


Solution

  • You can use the snapshots at http://repository.apache.org/snapshots/org/apache/commons/commons-lang3/3.0-SNAPSHOT/.

    Update: It's been released so it is in the central maven repository now.