is not current version
Last Version 1.4.0

tech.nodex:tutils2 1.2

Utils for simple and common use.

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

tech.nodex
ArtifactId

ArtifactId

tutils2
Version

Version

1.2
Type

Type

jar

Download tutils2 1.2


<!-- https://jarcasting.com/artifacts/tech.nodex/tutils2/ -->
<dependency>
    <groupId>tech.nodex</groupId>
    <artifactId>tutils2</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.nodex/tutils2/
implementation 'tech.nodex:tutils2:1.2'
// https://jarcasting.com/artifacts/tech.nodex/tutils2/
implementation ("tech.nodex:tutils2:1.2")
'tech.nodex:tutils2:jar:1.2'
<dependency org="tech.nodex" name="tutils2" rev="1.2">
  <artifact name="tutils2" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.nodex', module='tutils2', version='1.2')
)
libraryDependencies += "tech.nodex" % "tutils2" % "1.2"
[tech.nodex/tutils2 "1.2"]