| License |
License |
|---|---|
| GroupId | GroupIdcom.soartech |
| ArtifactId | ArtifactIdjsoar |
| Last Version | Last Version4.1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncom.soartech:jsoar
JSoar is a pure Java implementation of the Soar kernel.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsoar-4.1.1.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.soartech/jsoar/ -->
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.soartech/jsoar/
implementation 'com.soartech:jsoar:4.1.1'
// https://jarcasting.com/artifacts/com.soartech/jsoar/
implementation ("com.soartech:jsoar:4.1.1")
'com.soartech:jsoar:pom:4.1.1'
<dependency org="com.soartech" name="jsoar" rev="4.1.1">
<artifact name="jsoar" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.soartech', module='jsoar', version='4.1.1')
)
libraryDependencies += "com.soartech" % "jsoar" % "4.1.1"
[com.soartech/jsoar "4.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.1-jre |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| 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 |