MVN

io.github.phantomloader : processor-fabric

Maven & Gradle

Jan 12, 2024
4 stars

PhantomLoader · A library that can automate the process of creating minecraft mods for multiple loaders

<dependency>
    <groupId>io.github.phantomloader</groupId>
    <artifactId>processor-fabric</artifactId>
    <version>19.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.phantomloader : processor-fabric to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 19.4.0

All Versions

Choose a version of io.github.phantomloader : processor-fabric to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.3.x
processor-fabric-20.3.0
20.1.x
processor-fabric-20.1.4
processor-fabric-20.1.3
processor-fabric-20.1.2
processor-fabric-20.1.1
processor-fabric-20.1.0
19.4.x
processor-fabric-19.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.phantomloader</groupId>
    <artifactId>processor-fabric</artifactId>
    <version>19.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.phantomloader : processor-fabric gradle dependency to your build.gradle file:

implementation 'io.github.phantomloader:processor-fabric:19.4.0'

Gradle Kotlin DSL: Add the following io.github.phantomloader : processor-fabric gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.phantomloader:processor-fabric:19.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.phantomloader : processor-fabric sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.phantomloader" % "processor-fabric" % "19.4.0"