is not current version
Last Version 1.6.0.3

com.github.michaelgantman:MgntUtils 1.5.0.7

Set of various Utils: stacktrace noise filter, String to/from unicode sequence converter, Silent String parsing to Integer and other numeric types, Parsing String to time intervals with support for time unit suffixes, Version comparator and Version ranges operations, Self-throttling binary reader from Http request, File reader, A utility that automatically initiates a Factory with instances of all classes that implement user provided interface. An infrastructure for writing Scheduled Task classes where time interval for task execution is provided in humanly readable format (such as "9h" for 9 hours)

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.michaelgantman
ArtifactId

ArtifactId

MgntUtils
Version

Version

1.5.0.7
Type

Type

jar

Download MgntUtils 1.5.0.7


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