is not current version
Last Version 1.1.0

com.mfizz:mfz-util 1.0.0

Common java utilities for mfizz projects

GroupId

GroupId

com.mfizz
ArtifactId

ArtifactId

mfz-util
Version

Version

1.0.0
Type

Type

jar

Download mfz-util 1.0.0


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