MVN

io.github.inggameteam : inggame-modules

Maven & Gradle

May 30, 2022
<dependency>
    <groupId>io.github.inggameteam</groupId>
    <artifactId>inggame-modules</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.inggameteam : inggame-modules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of io.github.inggameteam : inggame-modules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
inggame-modules-1.1.7
inggame-modules-1.1.3
inggame-modules-1.1.2
1.0.x
inggame-modules-1.0.9
inggame-modules-1.0.8
inggame-modules-1.0.6
inggame-modules-1.0.5
inggame-modules-1.0.4
inggame-modules-1.0.3
inggame-modules-1.0.2
inggame-modules-1.0.1
inggame-modules-1.0.0
testVer
inggame-modules-testVer

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.inggameteam</groupId>
    <artifactId>inggame-modules</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.inggameteam : inggame-modules gradle dependency to your build.gradle file:

implementation 'io.github.inggameteam:inggame-modules:1.1.7'

Gradle Kotlin DSL: Add the following io.github.inggameteam : inggame-modules gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.inggameteam:inggame-modules:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.inggameteam : inggame-modules sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.inggameteam" % "inggame-modules" % "1.1.7"