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