Files download
File Operation
boardgamelib-0.1.2.jar download
boardgamelib-0.1.2.pom download
boardgamelib-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.martinfrank</groupId>
  <artifactId>boardgamelib</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.martinfrank:boardgamelib:0.1.2'
Gradle Kotlin
implementation("com.github.martinfrank:boardgamelib:0.1.2")
Scala SBT
libraryDependencies += "com.github.martinfrank" % "boardgamelib" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.martinfrank', module='boardgamelib', version='0.1.2')
)
Apache Ivy
<dependency org="com.github.martinfrank" name="boardgamelib" rev="0.1.2" />
Leiningen
[com.github.martinfrank/boardgamelib "0.1.2"]
Apache Buildr
'com.github.martinfrank:boardgamelib:jar:0.1.2'
Dependencies