For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting AutoMan

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

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

or if you're using Maven:

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

Last updated