MVN

com.fossgalaxy.games : fireworks

Maven & Gradle

Jul 18, 2019

An implementation of the board game Hanabi

<dependency>
    <groupId>com.fossgalaxy.games</groupId>
    <artifactId>fireworks</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fossgalaxy.games : fireworks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of com.fossgalaxy.games : fireworks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
fireworks-0.2.6
fireworks-0.2.5
fireworks-0.2.4
fireworks-0.2.3
fireworks-0.2.1
fireworks-0.2.2a
0.1
fireworks-0.1

How to add a dependency to Maven

Add the following com.fossgalaxy.games : fireworks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fossgalaxy.games</groupId>
    <artifactId>fireworks</artifactId>
    <version>0.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fossgalaxy.games : fireworks gradle dependency to your build.gradle file:

implementation 'com.fossgalaxy.games:fireworks:0.2.6'

Gradle Kotlin DSL: Add the following com.fossgalaxy.games : fireworks gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fossgalaxy.games:fireworks:0.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fossgalaxy.games : fireworks sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fossgalaxy.games" % "fireworks" % "0.2.6"

Advertisement