boardgamelib
lib for creating round based games (client server architectur)
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.martinfrank |
| ArtifactId | ArtifactIdboardgamelib |
| Last Version | Last Version0.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionboardgamelib
this project provides a board game library
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMartin Frank |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| boardgamelib-0.1.3.pom | |
| boardgamelib-0.1.3.jar | 6 KB |
| boardgamelib-0.1.3-sources.jar | 5 KB |
| boardgamelib-0.1.3-javadoc.jar | 42 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
lib for creating round based games (client server architectur)