Skip to content

chhh/batmass-libs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

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.

About

External libraries for BatMass wrapped into NetBeans library-wrapper modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published