is not current version
Last Version 1.6.0.3

com.github.michaelgantman:MgntUtils 1.1.0.2

Set of various Utils: stacktrace noice filter, String to/from unicode sequence converter, Silent String parsing to Integer and other numeric types, 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.2
Type

Type

jar

Download MgntUtils 1.1.0.2


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