is not current version
Last Version 1.6.0.3

com.github.michaelgantman:MgntUtils 1.03

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.03
Type

Type

jar

Download MgntUtils 1.03


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