is not current version
Last Version 1.4.0

tech.nodex:tutils2 1.3

Utils for simple and common use.

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

tech.nodex
ArtifactId

ArtifactId

tutils2
Version

Version

1.3
Type

Type

jar

Download tutils2 1.3


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