Skip to content

chhh/batmass-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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