jar

com.github.michaelgantman : MgntUtils

Maven & Gradle

Jun 25, 2023
8 usages
43 stars

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)

Table Of Contents

Latest Version

Download com.github.michaelgantman : MgntUtils JAR file - Latest Versions:

All Versions

Download com.github.michaelgantman : MgntUtils JAR file - All Versions:

Version Vulnerabilities Size Updated
1.7.x
1.6.x
1.5.x
1.04
1.03
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window MgntUtils-1.7.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.mgnt.lifecycle.management.backgroundrunner

├─ com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnable.class - [JAR]

├─ com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnableFactory.class - [JAR]

├─ com.mgnt.lifecycle.management.backgroundrunner.BackgroundThreadsRunner.class - [JAR]

├─ com.mgnt.lifecycle.management.backgroundrunner.BaseBackgroundRunnable.class - [JAR]

com.mgnt.lifecycle.management

├─ com.mgnt.lifecycle.management.BaseEntity.class - [JAR]

├─ com.mgnt.lifecycle.management.BaseEntityFactory.class - [JAR]

com.mgnt.lifecycle.management.backgroundrunner.example

├─ com.mgnt.lifecycle.management.backgroundrunner.example.BackgroundRunnerUsageExample.class - [JAR]

├─ com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask.class - [JAR]

├─ com.mgnt.lifecycle.management.backgroundrunner.example.TypeTwoTask.class - [JAR]

com.mgnt.lifecycle.management.httpclient

├─ com.mgnt.lifecycle.management.httpclient.HttpClient.class - [JAR]

├─ com.mgnt.lifecycle.management.httpclient.HttpClientCommunicationException.class - [JAR]

├─ com.mgnt.lifecycle.management.httpclient.ResponseHolder.class - [JAR]

com.mgnt.lifecycle.management.example.implementations.usage

├─ com.mgnt.lifecycle.management.example.implementations.usage.UsageExample.class - [JAR]

com.mgnt.utils

├─ com.mgnt.utils.FileUtils.class - [JAR]

├─ com.mgnt.utils.JsonUtils.class - [JAR]

├─ com.mgnt.utils.StringUnicodeEncoderDecoder.class - [JAR]

├─ com.mgnt.utils.TextUtils.class - [JAR]

├─ com.mgnt.utils.TimeUtils.class - [JAR]

├─ com.mgnt.utils.WebUtils.class - [JAR]

com.mgnt.utils.textutils

├─ com.mgnt.utils.textutils.InvalidVersionFormatException.class - [JAR]

├─ com.mgnt.utils.textutils.InvalidVersionRangeException.class - [JAR]

├─ com.mgnt.utils.textutils.Version.class - [JAR]

├─ com.mgnt.utils.textutils.VersionComparator.class - [JAR]

├─ com.mgnt.utils.textutils.VersionRange.class - [JAR]

com.mgnt.lifecycle.management.example.implementations

├─ com.mgnt.lifecycle.management.example.implementations.JsonInfoFormatter.class - [JAR]

├─ com.mgnt.lifecycle.management.example.implementations.XmlInfoFormatter.class - [JAR]

com.mgnt.utils.entities

├─ com.mgnt.utils.entities.TimeInterval.class - [JAR]

com.mgnt.lifecycle.management.example

├─ com.mgnt.lifecycle.management.example.BaseInfoFormatter.class - [JAR]

├─ com.mgnt.lifecycle.management.example.InfoFormatter.class - [JAR]

├─ com.mgnt.lifecycle.management.example.InfoFormatterFactory.class - [JAR]

Advertisement