is not current version
Last Version 1.2.2

io.github.fairyspace:coolutils 1.2

The jar to the maven central repository

GroupId

GroupId

io.github.fairyspace
ArtifactId

ArtifactId

coolutils
Version

Version

1.2
Type

Type

jar

Download coolutils 1.2


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