MVN

guru.bug.gametool : gametool

Maven & Gradle

Feb 10, 2019

GameTool Root · Just-for-fun library to quickly create simple games

<dependency>
    <groupId>guru.bug.gametool</groupId>
    <artifactId>gametool</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of guru.bug.gametool : gametool to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of guru.bug.gametool : gametool to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
gametool-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>guru.bug.gametool</groupId>
    <artifactId>gametool</artifactId>
    <version>1.0</version>
</dependency>