TrUtils is where I put things that don't really fit anywhere else. As such, it has a bunch of random little bits and bobs for people (mostly me) to use as they (I) please.
Installation
Add the following to the repositories block in your build.gradle if you haven't already:
gradle
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content {
includeGroup "maven.modrinth"
}
}1
2
3
4
5
6
7
2
3
4
5
6
7
Add the following to the dependencies block in your build.gradle:
gradle
implementation "maven.modrinth:trutils:${project.trutils_version}"1