MVN

be.ac.umons.sgl : mom

Maven & Gradle

Mar 23, 2015

Master of Mons · This is the common API between the frameworks and the quests of a RPG game developed by different groups of CS students. This API should ensure that all frameworks and all quests comply together.

<dependency>
    <groupId>be.ac.umons.sgl</groupId>
    <artifactId>mom</artifactId>
    <version>1.7.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.ac.umons.sgl : mom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.12

All Versions

Choose a version of be.ac.umons.sgl : mom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
mom-1.7.12
mom-1.7.11
mom-1.7.10
mom-1.7.9
mom-1.7.8
mom-1.7.7
mom-1.7.6
mom-1.7.5
mom-1.7.4
mom-1.7.3
mom-1.7.2
mom-1.7.1
1.6
mom-1.6

How to add a dependency to Maven

Add the following be.ac.umons.sgl : mom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.ac.umons.sgl</groupId>
    <artifactId>mom</artifactId>
    <version>1.7.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.ac.umons.sgl : mom gradle dependency to your build.gradle file:

implementation 'be.ac.umons.sgl:mom:1.7.12'

Gradle Kotlin DSL: Add the following be.ac.umons.sgl : mom gradle kotlin dependency to your build.gradle.kts file:

implementation("be.ac.umons.sgl:mom:1.7.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.ac.umons.sgl : mom sbt scala dependency to your build.sbt file:

libraryDependencies += "be.ac.umons.sgl" % "mom" % "1.7.12"

Advertisement