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