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