| License |
License
BSD-3-Clause
|
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdch.astorm |
| ArtifactId | ArtifactIdjchess |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionch.astorm:jchess
Chess API to handle a chess game
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jchess-1.1.0.pom | |
| jchess-1.1.0.jar | 46 KB |
| jchess-1.1.0-sources.jar | 25 KB |
| jchess-1.1.0-javadoc.jar | 557 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-collections4 | jar | 4.4 |
| commons-io : commons-io | jar | 2.11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |