# OSGi

The driver is available as an [OSGi](https://www.osgi.org) bundle. More specifically,
the following Maven artifacts are actually valid OSGi bundles:

- `driver-core`
- `driver-mapping`
- `driver-extras`

## Including the driver in your OSGi application

We have complete examples demonstrating usage of the driver in an OSGi
environment; please refer to our [OSGi examples repository](https://github.com/datastax/java-driver-examples-osgi).

## Troubleshooting OSGi applications

Please read our [OSGi-specific FAQ section]() to find tips
for troubleshooting OSGi applications.
