M

MgntUtils

Set of various Utils: stacktrace noise filter, String to/from unicode sequence converter, simple Http client JSON parser/serializer, Silent String parsing to Integer and other numeric types, Parsing String to time intervals with support for time unit suffixes, JSON parser that provides serialization/deserialization of classes to JSON, Version comparator and Version ranges operations, Self-throttling binary reader from Http request, File reader, A utility that automatically initiates a Factory with instances of all classes that implement user provided interface. An infrastructure for writing Scheduled Task classes where time interval for task execution is provided in humanly readable format (such as "9h" for 9 hours)
https://github.com/michaelgantman/Mgnt
The MIT License (MIT)
Michael Gantman
Files download
File Operation
MgntUtils-1.7.0.1.jar download
MgntUtils-1.7.0.1.pom download
MgntUtils-1.7.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.michaelgantman</groupId>
  <artifactId>MgntUtils</artifactId>
  <version>1.7.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.michaelgantman:MgntUtils:1.7.0.1'
Gradle Kotlin
implementation("com.github.michaelgantman:MgntUtils:1.7.0.1")
Scala SBT
libraryDependencies += "com.github.michaelgantman" % "MgntUtils" % "1.7.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.michaelgantman', module='MgntUtils', version='1.7.0.1')
)
Apache Ivy
<dependency org="com.github.michaelgantman" name="MgntUtils" rev="1.7.0.1" />
Leiningen
[com.github.michaelgantman/MgntUtils "1.7.0.1"]
Apache Buildr
'com.github.michaelgantman:MgntUtils:jar:1.7.0.1'