# 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>1.0.0</version>
```

## *Gradle*

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