> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Importing the library

To use the Datastore Helper library, import it into your project pom.xml file as follows:

```XML theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
<dependency>
  <groupId>com.activeviam.apps</groupId>
  <artifactId>datastore-helper</artifactId>
  <version>3.4.0-AS6.1</version>
</dependency>
```
