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