# WELCOME TO THE CBCOMMONS MODULE
A collection of model objects for your using pleasure:
- DateUtils
- FileUtils
- JVMUtils
- QueryHelper
- Zip
##LICENSE
Apache License, Version 2.0.
##IMPORTANT LINKS
- https://github.com/ColdBox/cbox-cbcommons
- http://www.coldbox.org/forgebox/view/cbcommons
##SYSTEM REQUIREMENTS
- Railo 4+
- ColdFusion 9+
#INSTRUCTIONS
Just drop into your **modules** folder or use the box-cli to install
`box install cbcommons`
All model objects are autowired with a `@cbcommons` namespace.
- `DateUtils@cbcommons`
- `FileUtils@cbcommons`
- `JVMUtils@cbcommons`
- `QueryHelper@cbcommons`
- `Zip@cbcommons`
- `Utilities@cbcommons`