boardgamelib

this project provides a board game library

License

License

GroupId

GroupId

com.github.martinfrank
ArtifactId

ArtifactId

boardgamelib
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

boardgamelib
this project provides a board game library
Project URL

Project URL

https://github.com/martinFrank/boardgamelib
Project Organization

Project Organization

Martin Frank
Source Code Management

Source Code Management

https://github.com/martinFrank/boardgamelib/tree/master

Download boardgamelib

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

boardgamelib

lib for creating round based games (client server architectur)

Versions

Version
0.1.3
0.1.2
0.1.1
0.1.0