MVN

io.github.pm-dungeon : pm-dungeon

Maven & Gradle

Nov 17, 2022
3 stars

PM-Dungeon · The PM-Dungeon is a lightweight Java framework for the development of a 2D-Rouge-like game. It is designed for educational purposes and is especially aimed at inexperienced Java developers.

<dependency>
    <groupId>io.github.pm-dungeon</groupId>
    <artifactId>pm-dungeon</artifactId>
    <version>5.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pm-dungeon : pm-dungeon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.1

All Versions

Choose a version of io.github.pm-dungeon : pm-dungeon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
pm-dungeon-5.1.1
pm-dungeon-5.1.0
5.0.x
pm-dungeon-5.0.2
pm-dungeon-5.0.1
pm-dungeon-5.0.0

How to add a dependency to Maven

Add the following io.github.pm-dungeon : pm-dungeon maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pm-dungeon</groupId>
    <artifactId>pm-dungeon</artifactId>
    <version>5.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pm-dungeon : pm-dungeon gradle dependency to your build.gradle file:

implementation 'io.github.pm-dungeon:pm-dungeon:5.1.1'

Gradle Kotlin DSL: Add the following io.github.pm-dungeon : pm-dungeon gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pm-dungeon:pm-dungeon:5.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pm-dungeon : pm-dungeon sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pm-dungeon" % "pm-dungeon" % "5.1.1"

Advertisement