t

tommylib-common-1.20.4

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-common-1.20.4-3.0.0.jar download
tommylib-common-1.20.4-3.0.0.pom download
tommylib-common-1.20.4-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.thomasglasser.tommylib</groupId>
  <artifactId>tommylib-common-1.20.4</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'dev.thomasglasser.tommylib:tommylib-common-1.20.4:3.0.0'
Gradle Kotlin
implementation("dev.thomasglasser.tommylib:tommylib-common-1.20.4:3.0.0")
Scala SBT
libraryDependencies += "dev.thomasglasser.tommylib" % "tommylib-common-1.20.4" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.thomasglasser.tommylib', module='tommylib-common-1.20.4', version='3.0.0')
)
Apache Ivy
<dependency org="dev.thomasglasser.tommylib" name="tommylib-common-1.20.4" rev="3.0.0" />
Leiningen
[dev.thomasglasser.tommylib/tommylib-common-1.20.4 "3.0.0"]
Apache Buildr
'dev.thomasglasser.tommylib:tommylib-common-1.20.4:jar:3.0.0'