MVN

com.github.thowv.javafxcomps : grid-game-board-framework

Maven & Gradle

Apr 15, 2020
2 stars

Game Board Framework · A framework for creating grid-based board games using JavaFX

<dependency>
    <groupId>com.github.thowv.javafxcomps</groupId>
    <artifactId>grid-game-board-framework</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.thowv.javafxcomps : grid-game-board-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of com.github.thowv.javafxcomps : grid-game-board-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
grid-game-board-framework-2.0
1.10
grid-game-board-framework-1.10
1.9
grid-game-board-framework-1.9
1.8.x
grid-game-board-framework-1.8.2
1.8
grid-game-board-framework-1.8
1.7
grid-game-board-framework-1.7
1.6
grid-game-board-framework-1.6
1.5
grid-game-board-framework-1.5
1.4
grid-game-board-framework-1.4
1.3
grid-game-board-framework-1.3
1.2
grid-game-board-framework-1.2
1.1
grid-game-board-framework-1.1
1.0
grid-game-board-framework-1.0

How to add a dependency to Maven

Add the following com.github.thowv.javafxcomps : grid-game-board-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.thowv.javafxcomps</groupId>
    <artifactId>grid-game-board-framework</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.thowv.javafxcomps : grid-game-board-framework gradle dependency to your build.gradle file:

implementation 'com.github.thowv.javafxcomps:grid-game-board-framework:2.0'

Gradle Kotlin DSL: Add the following com.github.thowv.javafxcomps : grid-game-board-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.thowv.javafxcomps:grid-game-board-framework:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.thowv.javafxcomps : grid-game-board-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.thowv.javafxcomps" % "grid-game-board-framework" % "2.0"

Advertisement