License |
License |
---|---|
GroupId | GroupIdcom.soartech |
ArtifactId | ArtifactIdjsoar-core |
Version | Version4.1.0 |
Type | Typejar |
Description |
DescriptionJSoar is a pure Java implementation of the Soar kernel.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsoar-core-4.1.0.pom | |
jsoar-core-4.1.0.jar | 1 MB |
jsoar-core-4.1.0-sources.jar | 804 KB |
jsoar-core-4.1.0-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soartech/jsoar-core/ -->
<dependency>
<groupId>com.soartech</groupId>
<artifactId>jsoar-core</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.soartech/jsoar-core/
implementation 'com.soartech:jsoar-core:4.1.0'
// https://jarcasting.com/artifacts/com.soartech/jsoar-core/
implementation ("com.soartech:jsoar-core:4.1.0")
'com.soartech:jsoar-core:jar:4.1.0'
<dependency org="com.soartech" name="jsoar-core" rev="4.1.0">
<artifact name="jsoar-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soartech', module='jsoar-core', version='4.1.0')
)
libraryDependencies += "com.soartech" % "jsoar-core" % "4.1.0"
[com.soartech/jsoar-core "4.1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-beanutils : commons-beanutils | jar | 1.9.4 |
org.xerial : sqlite-jdbc | jar | 3.34.0 |
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
com.github.cliftonlabs : json-simple | jar | 3.1.1 |
org.springframework : spring-core | jar | 5.3.3 |
info.picocli : picocli | jar | 4.6.1 |
commons-io : commons-io | jar | 2.8.0 |
com.google.guava : guava | jar | 30.1-jre |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.js : js | jar | 21.0.0 |
org.graalvm.js : js-scriptengine | jar | 21.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |