is not current version
Last Version 0.12.0

org.fuin:utils4j 0.10.0

A small Java library that contains several helpful utility classes.

GroupId

GroupId

org.fuin
ArtifactId

ArtifactId

utils4j
Version

Version

0.10.0
Type

Type

jar

Download utils4j 0.10.0


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