Files download
File Operation
jsoar-repl-5.1.0.jar download
jsoar-repl-5.1.0.pom download
jsoar-repl-5.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.soartech</groupId>
  <artifactId>jsoar-repl</artifactId>
  <version>5.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.soartech:jsoar-repl:5.1.0'
Gradle Kotlin
implementation("com.soartech:jsoar-repl:5.1.0")
Scala SBT
libraryDependencies += "com.soartech" % "jsoar-repl" % "5.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.soartech', module='jsoar-repl', version='5.1.0')
)
Apache Ivy
<dependency org="com.soartech" name="jsoar-repl" rev="5.1.0" />
Leiningen
[com.soartech/jsoar-repl "5.1.0"]
Apache Buildr
'com.soartech:jsoar-repl:jar:5.1.0'