MVN

net.neoforged.installertools : installertools

Maven & Gradle

Apr 13, 2024
0 stars

Installer Tools · A collection of command line tools that are useful for the Forge installer, that are not worth being their own standalone projects.

<dependency>
    <groupId>net.neoforged.installertools</groupId>
    <artifactId>installertools</artifactId>
    <version>2.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.neoforged.installertools : installertools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.4

All Versions

Choose a version of net.neoforged.installertools : installertools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
installertools-2.1.4

How to add a dependency to Maven

Add the following net.neoforged.installertools : installertools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.neoforged.installertools</groupId>
    <artifactId>installertools</artifactId>
    <version>2.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.neoforged.installertools : installertools gradle dependency to your build.gradle file:

implementation 'net.neoforged.installertools:installertools:2.1.4'

Gradle Kotlin DSL: Add the following net.neoforged.installertools : installertools gradle kotlin dependency to your build.gradle.kts file:

implementation("net.neoforged.installertools:installertools:2.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.neoforged.installertools : installertools sbt scala dependency to your build.sbt file:

libraryDependencies += "net.neoforged.installertools" % "installertools" % "2.1.4"