chess

Defines models and rules used to coordinate chess gameplay

License

License

GroupId

GroupId

com.nwagu.chess
ArtifactId

ArtifactId

chess-android
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

aar
Description

Description

chess
Defines models and rules used to coordinate chess gameplay
Project URL

Project URL

https://github.com/nwagu/chess-boy
Source Code Management

Source Code Management

https://github.com/nwagu/chess-boy

Download chess-android

How to add to project

<!-- https://jarcasting.com/artifacts/com.nwagu.chess/chess-android/ -->
<dependency>
    <groupId>com.nwagu.chess</groupId>
    <artifactId>chess-android</artifactId>
    <version>0.0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nwagu.chess/chess-android/
implementation 'com.nwagu.chess:chess-android:0.0.3'
// https://jarcasting.com/artifacts/com.nwagu.chess/chess-android/
implementation ("com.nwagu.chess:chess-android:0.0.3")
'com.nwagu.chess:chess-android:aar:0.0.3'
<dependency org="com.nwagu.chess" name="chess-android" rev="0.0.3">
  <artifact name="chess-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nwagu.chess', module='chess-android', version='0.0.3')
)
libraryDependencies += "com.nwagu.chess" % "chess-android" % "0.0.3"
[com.nwagu.chess/chess-android "0.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.10

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-serialization-json-jvm jar 1.2.1
com.benasher44 : uuid-jvm jar 0.3.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1