is not current version
Last Version 0.12.0

org.fuin:utils4j 0.9.2

A small Java library that contains several helpful utility classes.

GroupId

GroupId

org.fuin
ArtifactId

ArtifactId

utils4j
Version

Version

0.9.2
Type

Type

jar

Download utils4j 0.9.2


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