📃
AutoMan
  • Introduction
  • Getting Started
    • Installing Prerequisites
    • Tutorial: Obtain Mechanical Turk Credentials
    • Tutorial: Create an AutoMan Project
    • Tutorial: Write and Run Your First App
    • Pro Tip: Use the MTurk Sandbox
    • AutoMan Memoizer
    • Cleaning Up
  • Technical Documentation
    • What is AutoMan?
    • Getting AutoMan
    • Quick Start Guide
    • AutoMan API Reference
    • Papers
  • Press
  • Bugs / Source / Building
  • License
Powered by GitBook
On this page

Was this helpful?

  1. Technical Documentation

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>
PreviousWhat is AutoMan?NextQuick Start Guide

Last updated 4 years ago

Was this helpful?