ch.astorm:jchess

Chess API to handle a chess game

License

License

BSD-3-Clause
Categories

Categories

ORM Data
GroupId

GroupId

ch.astorm
ArtifactId

ArtifactId

jchess
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ch.astorm:jchess
Chess API to handle a chess game
Project URL

Project URL

https://github.com/ctabin/jchess
Source Code Management

Source Code Management

http://github.com/ctabin/jchess/tree/master

Download jchess

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-collections4 jar 4.4
commons-io : commons-io jar 2.11.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0