MVN

tools.aqua : bgw-maumau-example

Maven & Gradle

Jul 21, 2023
23 stars

BoardGameWork MauMau Example · The BGW MauMau example.

<dependency>
    <groupId>tools.aqua</groupId>
    <artifactId>bgw-maumau-example</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tools.aqua : bgw-maumau-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of tools.aqua : bgw-maumau-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
bgw-maumau-example-0.8.1
0.8
bgw-maumau-example-0.8
0.7.x
bgw-maumau-example-0.7.3
bgw-maumau-example-0.7.2
bgw-maumau-example-0.7.1
0.7
bgw-maumau-example-0.7
0.6
bgw-maumau-example-0.6

How to add a dependency to Maven

Add the following tools.aqua : bgw-maumau-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tools.aqua</groupId>
    <artifactId>bgw-maumau-example</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tools.aqua : bgw-maumau-example gradle dependency to your build.gradle file:

implementation 'tools.aqua:bgw-maumau-example:0.8.1'

Gradle Kotlin DSL: Add the following tools.aqua : bgw-maumau-example gradle kotlin dependency to your build.gradle.kts file:

implementation("tools.aqua:bgw-maumau-example:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tools.aqua : bgw-maumau-example sbt scala dependency to your build.sbt file:

libraryDependencies += "tools.aqua" % "bgw-maumau-example" % "0.8.1"

Advertisement