License |
License |
---|---|
GroupId | GroupIdcom.soartech |
ArtifactId | ArtifactIdjsoar |
Version | Version4.1.0 |
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.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soartech/jsoar/ -->
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar</artifactId>
<version>4.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.soartech/jsoar/
implementation 'com.soartech:jsoar:4.1.0'
// https://jarcasting.com/artifacts/com.soartech/jsoar/
implementation ("com.soartech:jsoar:4.1.0")
'com.soartech:jsoar:pom:4.1.0'
<dependency org="com.soartech" name="jsoar" rev="4.1.0">
<artifact name="jsoar" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.soartech', module='jsoar', version='4.1.0')
)
libraryDependencies += "com.soartech" % "jsoar" % "4.1.0"
[com.soartech/jsoar "4.1.0"]
Group / Artifact | Type | Version |
---|---|---|
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 |