t

tommylib-neoforge-1.20.6

A multiloader library holding common code I need in my mods.
https://github.com/thomasglasser/TommyLib/wiki
GPL-3.0
Thomas Glasser
Files download
File Operation
tommylib-neoforge-1.20.6-12.0.1.jar download
tommylib-neoforge-1.20.6-12.0.1.pom download
tommylib-neoforge-1.20.6-12.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.thomasglasser.tommylib</groupId>
  <artifactId>tommylib-neoforge-1.20.6</artifactId>
  <version>12.0.1</version>
</dependency>
Gradle Groovy
implementation 'dev.thomasglasser.tommylib:tommylib-neoforge-1.20.6:12.0.1'
Gradle Kotlin
implementation("dev.thomasglasser.tommylib:tommylib-neoforge-1.20.6:12.0.1")
Scala SBT
libraryDependencies += "dev.thomasglasser.tommylib" % "tommylib-neoforge-1.20.6" % "12.0.1"
Groovy Grape
@Grapes(
  @Grab(group='dev.thomasglasser.tommylib', module='tommylib-neoforge-1.20.6', version='12.0.1')
)
Apache Ivy
<dependency org="dev.thomasglasser.tommylib" name="tommylib-neoforge-1.20.6" rev="12.0.1" />
Leiningen
[dev.thomasglasser.tommylib/tommylib-neoforge-1.20.6 "12.0.1"]
Apache Buildr
'dev.thomasglasser.tommylib:tommylib-neoforge-1.20.6:jar:12.0.1'