License |
License |
---|---|
GroupId | GroupIdcom.soartech |
ArtifactId | ArtifactIdjsoar-repl |
Version | Version4.1.0 |
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.0.pom | |
jsoar-repl-4.1.0.jar | 4 KB |
jsoar-repl-4.1.0-sources.jar | 2 KB |
jsoar-repl-4.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.soartech/jsoar-repl/
implementation 'com.soartech:jsoar-repl:4.1.0'
// https://jarcasting.com/artifacts/com.soartech/jsoar-repl/
implementation ("com.soartech:jsoar-repl:4.1.0")
'com.soartech:jsoar-repl:jar:4.1.0'
<dependency org="com.soartech" name="jsoar-repl" rev="4.1.0">
<artifact name="jsoar-repl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soartech', module='jsoar-repl', version='4.1.0')
)
libraryDependencies += "com.soartech" % "jsoar-repl" % "4.1.0"
[com.soartech/jsoar-repl "4.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.soartech : jsoar-core | jar | 4.1.0 |
com.google.guava : guava | jar | 30.1-jre |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |