MVN

com.anatawa12.mod-patching : resources-dev-lib

Maven & Gradle

Jul 10, 2023
4 stars

patching mod resources runtime processor · patching mod resources processor at runtime. this should be used by gradle plugin

<dependency>
    <groupId>com.anatawa12.mod-patching</groupId>
    <artifactId>resources-dev-lib</artifactId>
    <version>2.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anatawa12.mod-patching : resources-dev-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.8

All Versions

Choose a version of com.anatawa12.mod-patching : resources-dev-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
resources-dev-lib-2.1.8
resources-dev-lib-2.1.7
resources-dev-lib-2.1.6
resources-dev-lib-2.1.5
resources-dev-lib-2.1.4
resources-dev-lib-2.1.3
resources-dev-lib-2.1.2
resources-dev-lib-2.1.1
resources-dev-lib-2.1.0
2.0.x
resources-dev-lib-2.0.3
resources-dev-lib-2.0.2
resources-dev-lib-2.0.1
resources-dev-lib-2.0.0

How to add a dependency to Maven

Add the following com.anatawa12.mod-patching : resources-dev-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.anatawa12.mod-patching</groupId>
    <artifactId>resources-dev-lib</artifactId>
    <version>2.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.anatawa12.mod-patching : resources-dev-lib gradle dependency to your build.gradle file:

implementation 'com.anatawa12.mod-patching:resources-dev-lib:2.1.8'

Gradle Kotlin DSL: Add the following com.anatawa12.mod-patching : resources-dev-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.anatawa12.mod-patching:resources-dev-lib:2.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.anatawa12.mod-patching : resources-dev-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.anatawa12.mod-patching" % "resources-dev-lib" % "2.1.8"

Advertisement