is not current version
Last Version 0.1.3

com.github.martinfrank:boardgamelib 0.1.0

this project provides a board game library

GroupId

GroupId

com.github.martinfrank
ArtifactId

ArtifactId

boardgamelib
Version

Version

0.1.0
Type

Type

jar

Download boardgamelib 0.1.0


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