MVN

com.github.romanqed : jutils

Maven & Gradle

Apr 16, 2022
7 usages
0 stars

jutils · A set of simple utilities for implementing missing functionality in different versions of Java.

<dependency>
    <groupId>com.github.romanqed</groupId>
    <artifactId>jutils</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.0

All Versions

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

Version Vulnerabilities Updated
3.3.x
jutils-3.3.0
3.2.x
jutils-3.2.0
3.1.x
jutils-3.1.0
3.0.x
jutils-3.0.2
jutils-3.0.1
jutils-3.0.0
2.0.x
jutils-2.0.1
jutils-2.0.0
1.4.x
jutils-1.4.1
jutils-1.4.0
1.3.x
jutils-1.3.1
jutils-1.3.0
1.2.x
jutils-1.2.7
jutils-1.2.6
jutils-1.2.5
jutils-1.2.4
jutils-1.2.3
jutils-1.2.2
jutils-1.2.1
jutils-1.2.0
1.1.x
jutils-1.1.2
jutils-1.1.1
jutils-1.1.0
1.0.x
jutils-1.0.9
jutils-1.0.8
jutils-1.0.7
jutils-1.0.6
jutils-1.0.5
jutils-1.0.4
jutils-1.0.3
jutils-1.0.2
jutils-1.0.1
jutils-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.romanqed</groupId>
    <artifactId>jutils</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.romanqed:jutils:3.3.0'

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

implementation("com.github.romanqed:jutils:3.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.romanqed" % "jutils" % "3.3.0"

Advertisement