is not current version
Last Version 1.1.0

ch.astorm:jchess 1.0.0

Chess API to handle a chess game

Categories

Categories

ORM Data
GroupId

GroupId

ch.astorm
ArtifactId

ArtifactId

jchess
Version

Version

1.0.0
Type

Type

jar

Download jchess 1.0.0


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