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