BatMass Libs
The set of libraries used in BatMass.
All libraries are wrapped into NetBeans Library Wrapper Modules for use with NetBeans Platform applications. Specification version of the module corresponds to the version of the wrapped library where possible.
Important
If you're developing something for BatMass, try to never add wrapped libraries directly to your modules, instead:
- Wrap each library in a Library Wrapper Module.
- Go to the wrapper module's
Properties -> API Versioning
and mark needed packages as public. You'll likely want to make all the packages in a library public, not select ones. - If you update to a newer version of the library, bump up the specification version of the wrapping module.
- From your module set the dependency on the library wrapping module.