Skip to content

er1c/scala-apache-commons-lang3

Repository files navigation

Scala Apache Commons Lang

Build Maven Central

Scala port of Apache Commons Lang. Based upon 3.11 java code.

Target Platforms: Scala.js 0.6.x/1.1.x, Scala Native

Development State

  • Rough Library Files Conversion (210/210) ✅
  • Rough Test Files Conversion (182/182) ✅
  • Core Lang3 Classes Compiling
  • Subpackages Compiling
  • arch
  • builder (14/20)
  • compare (2/2)
  • exception (6/6)
  • function (25/43)
  • math (3/3)
  • mutable (9/9)
  • reflect (1/8)
  • text (4/4)
  • text/translate (12/12)
  • tuple (5/5)

Milestone 1

The first milestone is StringUtils tests and dependency-libraries passing.

Milestone 1 Completion State:

Milestone 2

All except reflect, function, concurrent

RC1

All tests passing.

Usage

The packages will be published on Maven Central.

Scala JVM/Native Target

libraryDependencies += "io.github.er1c" %% "scala-apache-commons-lang3" % "<version>"

Scala.js

libraryDependencies += "io.github.er1c" %%% "scala-apache-commons-lang3" % "<version>"

Documentation

Links:

Contributing

The Scala Apache Commons Lang project welcomes contributions from anybody wishing to participate. All code or documentation that is provided must be licensed with the same license that Scala Apache Commons Lang is licensed with (Apache 2.0, see LICENCE).

People are expected to follow the Scala Code of Conduct when discussing Scala Apache Commons Lang on GitHub, Gitter channel, or other venues.

Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also gladly accepted. For more information, check out the contributor guide.

License

All code in this repository is licensed under the Apache License, Version 2.0. See LICENCE.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages