M

MgntUtils

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.
https://github.com/michaelgantman/Mgnt
The MIT License (MIT)
Michael Gantman
Files download
File Operation
MgntUtils-1.1.0.1.jar download
MgntUtils-1.1.0.1.pom download
MgntUtils-1.1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.michaelgantman</groupId>
  <artifactId>MgntUtils</artifactId>
  <version>1.1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.michaelgantman:MgntUtils:1.1.0.1'
Gradle Kotlin
implementation("com.github.michaelgantman:MgntUtils:1.1.0.1")
Scala SBT
libraryDependencies += "com.github.michaelgantman" % "MgntUtils" % "1.1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.michaelgantman', module='MgntUtils', version='1.1.0.1')
)
Apache Ivy
<dependency org="com.github.michaelgantman" name="MgntUtils" rev="1.1.0.1" />
Leiningen
[com.github.michaelgantman/MgntUtils "1.1.0.1"]
Apache Buildr
'com.github.michaelgantman:MgntUtils:jar:1.1.0.1'