License |
License |
---|---|
Categories |
CategoriesJavaFX User Interface |
GroupId | GroupIdcom.github.thowv.javafxcomps |
ArtifactId | ArtifactIdgrid-game-board-framework |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGame Board Framework
A framework for creating grid-based board games using JavaFX
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.thowv.javafxcomps/grid-game-board-framework/ -->
<dependency>
<groupId>com.github.thowv.javafxcomps</groupId>
<artifactId>grid-game-board-framework</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thowv.javafxcomps/grid-game-board-framework/
implementation 'com.github.thowv.javafxcomps:grid-game-board-framework:2.0'
// https://jarcasting.com/artifacts/com.github.thowv.javafxcomps/grid-game-board-framework/
implementation ("com.github.thowv.javafxcomps:grid-game-board-framework:2.0")
'com.github.thowv.javafxcomps:grid-game-board-framework:jar:2.0'
<dependency org="com.github.thowv.javafxcomps" name="grid-game-board-framework" rev="2.0">
<artifact name="grid-game-board-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thowv.javafxcomps', module='grid-game-board-framework', version='2.0')
)
libraryDependencies += "com.github.thowv.javafxcomps" % "grid-game-board-framework" % "2.0"
[com.github.thowv.javafxcomps/grid-game-board-framework "2.0"]