> For the complete documentation index, see [llms.txt](https://docs.automanlang.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.automanlang.org/technical-documentation/getting-automan.md).

# Getting AutoMan

The easiest way to get AutoMan is via the Maven Central Repository. If you're using SBT:

```scala
libraryDependencies += "org.automanlang" %% "automan" % "1.4.2"
```

*or* if you're using Maven:

```bash
    <dependency>
      <groupId>org.automanlang</groupId>
      <artifactId>automan_2.12</artifactId>
      <version>1.4.2</version>
    </dependency>
```
