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>