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