| License |
License |
|---|---|
| GroupId | GroupIdcom.soartech |
| ArtifactId | ArtifactIdjsoar-repl |
| Last Version | Last Version4.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjsoar-repl
JSoar is a pure Java implementation of the Soar kernel.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsoar-repl-4.1.1.pom | |
| jsoar-repl-4.1.1.jar | 4 KB |
| jsoar-repl-4.1.1-sources.jar | 2 KB |
| jsoar-repl-4.1.1-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.soartech/jsoar-repl/ -->
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-repl</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.soartech/jsoar-repl/
implementation 'com.soartech:jsoar-repl:4.1.1'
// https://jarcasting.com/artifacts/com.soartech/jsoar-repl/
implementation ("com.soartech:jsoar-repl:4.1.1")
'com.soartech:jsoar-repl:jar:4.1.1'
<dependency org="com.soartech" name="jsoar-repl" rev="4.1.1">
<artifact name="jsoar-repl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soartech', module='jsoar-repl', version='4.1.1')
)
libraryDependencies += "com.soartech" % "jsoar-repl" % "4.1.1"
[com.soartech/jsoar-repl "4.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.soartech : jsoar-core | jar | 4.1.1 |
| com.soartech : jsoar-tcl | jar | 4.1.1 |
| com.google.guava : guava | jar | 31.1-jre |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.graalvm.sdk : graal-sdk | jar | 22.0.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
| ch.qos.logback : logback-classic | jar | 1.2.11 |