MVN

io.github.jforgame : jforgame-parent

Maven & Gradle

Mar 22, 2024
0 stars

jforgame-parent · jforgame is a lightweight online game framework written in Java. The project just shows some simple logic examples, and provides most of the base components for rapid game development. You only need to focus on game logic then.

<dependency>
    <groupId>io.github.jforgame</groupId>
    <artifactId>jforgame-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jforgame : jforgame-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.jforgame : jforgame-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jforgame-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.jforgame</groupId>
    <artifactId>jforgame-parent</artifactId>
    <version>1.0.0</version>
</dependency>