MVN

com.github.hypfvieh : java-utils

Maven & Gradle

Mar 28, 2022
6 usages
1 stars

A collection of utils commonly used in my projects. Feel free to use it (or parts of it) in your own projects.

<dependency>
    <groupId>com.github.hypfvieh</groupId>
    <artifactId>java-utils</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hypfvieh : java-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.github.hypfvieh : java-utils to add to Maven or Gradle - All Versions:

  • Version Updated
  • java-utils-1.2.0

    Mar 28, 2022
  • java-utils-1.0.6

    Sep 13, 2019
  • java-utils-1.0.5

    Sep 27, 2018
  • java-utils-1.0.4

    Sep 26, 2018
  • java-utils-1.0.3

    Mar 23, 2018
  • java-utils-1.0.2

    Jan 01, 2018
  • java-utils-1.0.1

    Jan 01, 2018
  • java-utils-1.0.0

    Feb 08, 2017
  • java-utils-1.0.0-r1

    Feb 07, 2017

How to add a dependency to Maven

Add the following com.github.hypfvieh : java-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hypfvieh</groupId>
    <artifactId>java-utils</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hypfvieh : java-utils gradle dependency to your build.gradle file:

implementation 'com.github.hypfvieh:java-utils:1.2.0'

Gradle Kotlin DSL: Add the following com.github.hypfvieh : java-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hypfvieh:java-utils:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hypfvieh : java-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hypfvieh" % "java-utils" % "1.2.0"