rivalchess-openings

A simple opening library used by Rival Chess

License

License

Categories

Categories

Net
GroupId

GroupId

com.netsensia.rivalchess
ArtifactId

ArtifactId

rivalchess-openings
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

rivalchess-openings
A simple opening library used by Rival Chess
Project URL

Project URL

https://github.com/chris-moreton/rivalchess-openings
Source Code Management

Source Code Management

https://github.com/chris-moreton/rivalchess-openings

Download rivalchess-openings

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.netsensia.rivalchess : rivalchess-model jar 7.0.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Rival Chess Openings

A very small opening library. It makes use of the Rival Chess Model.

    Move move = OpeningLibrary.getMove("rnbqkbnr/pppp1ppp/8/4p3/4P3/5N2/PPPP1PPP/RNBQKB1R w KQkq - 0 1")

Installation

Maven

<dependency>
    <groupId>com.netsensia.rivalchess</groupId>
    <artifactId>rivalchess-openings</artifactId>
    <version>1.0.5</version>
</dependency>

Gradle

compile group: 'com.netsensia.rivalchess', name: 'rivalchess-model', version: '1.0.5'

Versions

Version
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0