is not current version
Last Version 0.0.4

com.github.pireba:utils 0.0.2

A collection of Java utils.

GroupId

GroupId

com.github.pireba
ArtifactId

ArtifactId

utils
Version

Version

0.0.2
Type

Type

jar

Download utils 0.0.2


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