> For the complete documentation index, see [llms.txt](https://alexander-rogalsky.gitbook.io/spark-patterns/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alexander-rogalsky.gitbook.io/spark-patterns/user-guide/dependency.md).

# Dependency Management

## *Maven*

ObjectMappers playground dependency can be simply acquired by adding the following code snippet to your `pom.xml`:

```markup
    <groupId>io.nullables.api.playground</groupId>
    <artifactId>objectmappers-all</artifactId>
    <version>0.1.0-SNAPSHOT</version>
```

## *Gradle*

```groovy
compile 'io.nullables.api.playground:objectmappers-all:0.1.0-SNAPSHOT'
```
