is not current version
Last Version 1.6.0.3

com.github.michaelgantman:MgntUtils 1.1.0.4

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 fpr time unit suffixes, Version comparator and Version ranges operations, Self-throttling binary reader from Http request, File reader.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.michaelgantman
ArtifactId

ArtifactId

MgntUtils
Version

Version

1.1.0.4
Type

Type

jar

Download MgntUtils 1.1.0.4


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