mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
2f833f589c
* Fixed missing entries for common modules in parent `build.gradle` file. * Fixed publication names to match existing convention. |
||
---|---|---|
.. | ||
configuration-parsing | ||
validation | ||
README.md |
Common libraries
This directory contains modules representing libraries that are reusable in different areas of Corda.
Rules of the folder
- No dependencies whatsoever on any modules that are not in this directory (no corda-core, test-utils, etc.).
- No active components, as in, nothing that has a main function in it.
- Think carefully before using non-internal packages in these libraries.