JSearch Core

The state space search framework of the JSearch library.

License

License

Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

com.github.dieterdepaepe
ArtifactId

ArtifactId

jsearch-core
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

JSearch Core
The state space search framework of the JSearch library.
Project URL

Project URL

http://github.com/dieterdepaepe/JSearch

Download jsearch-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dieterdepaepe/jsearch-core/ -->
<dependency>
    <groupId>com.github.dieterdepaepe</groupId>
    <artifactId>jsearch-core</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dieterdepaepe/jsearch-core/
implementation 'com.github.dieterdepaepe:jsearch-core:1.0.1'
// https://jarcasting.com/artifacts/com.github.dieterdepaepe/jsearch-core/
implementation ("com.github.dieterdepaepe:jsearch-core:1.0.1")
'com.github.dieterdepaepe:jsearch-core:jar:1.0.1'
<dependency org="com.github.dieterdepaepe" name="jsearch-core" rev="1.0.1">
  <artifact name="jsearch-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dieterdepaepe', module='jsearch-core', version='1.0.1')
)
libraryDependencies += "com.github.dieterdepaepe" % "jsearch-core" % "1.0.1"
[com.github.dieterdepaepe/jsearch-core "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 20.0

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0