MVN

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)

<dependency>
    <groupId>com.github.michaelgantman</groupId>
    <artifactId>MgntUtils</artifactId>
    <version>1.7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.michaelgantman : MgntUtils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0.0

All Versions

Choose a version of com.github.michaelgantman : MgntUtils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
MgntUtils-1.7.0.0
1.6.x
MgntUtils-1.6.0.6
MgntUtils-1.6.0.5
MgntUtils-1.6.0.4
MgntUtils-1.6.0.3
MgntUtils-1.6.0.2
MgntUtils-1.6.0.1
MgntUtils-1.6.0.0
1.5.x
MgntUtils-1.5.1.2
MgntUtils-1.5.1.1
MgntUtils-1.5.1.0
MgntUtils-1.5.0.9
MgntUtils-1.5.0.8
MgntUtils-1.5.0.7
MgntUtils-1.5.0.6
MgntUtils-1.5.0.5
MgntUtils-1.5.0.4
MgntUtils-1.5.0.3
MgntUtils-1.5.0.2
MgntUtils-1.5.0.1
MgntUtils-1.5.0.0
1.04
MgntUtils-1.04
1.03
MgntUtils-1.03
1.1.x
MgntUtils-1.1.0.4
MgntUtils-1.1.0.3
MgntUtils-1.1.0.2
MgntUtils-1.1.0.1

How to add a dependency to Maven

Add the following com.github.michaelgantman : MgntUtils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.michaelgantman</groupId>
    <artifactId>MgntUtils</artifactId>
    <version>1.7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.michaelgantman : MgntUtils gradle dependency to your build.gradle file:

implementation 'com.github.michaelgantman:MgntUtils:1.7.0.0'

Gradle Kotlin DSL: Add the following com.github.michaelgantman : MgntUtils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.michaelgantman:MgntUtils:1.7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.michaelgantman : MgntUtils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.michaelgantman" % "MgntUtils" % "1.7.0.0"

Advertisement