MVN

io.github.hnuuhc : often-utils

Maven & Gradle

Apr 23, 2023
13 stars

often-utils · Java network common tools

<dependency>
    <groupId>io.github.hnuuhc</groupId>
    <artifactId>often-utils</artifactId>
    <version>1.2.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.hnuuhc : often-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.22

All Versions

Choose a version of io.github.hnuuhc : often-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
often-utils-1.2.22
often-utils-1.2.21
often-utils-1.2.20
often-utils-1.2.19
often-utils-1.2.18
often-utils-1.2.17
often-utils-1.2.16
often-utils-1.2.15
often-utils-1.2.14
often-utils-1.2.13
often-utils-1.2.12
often-utils-1.2.11
often-utils-1.2.10
often-utils-1.2.9
often-utils-1.2.8
often-utils-1.2.7
often-utils-1.2.6
often-utils-1.2.5
often-utils-1.2.4
often-utils-1.2.3
often-utils-1.2.2
often-utils-1.2.1
often-utils-1.2.0
1.1.x
often-utils-1.1.9
often-utils-1.1.8
often-utils-1.1.7
often-utils-1.1.6
often-utils-1.1.5
often-utils-1.1.4
often-utils-1.1.3
often-utils-1.1.2
often-utils-1.1.1
often-utils-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.hnuuhc</groupId>
    <artifactId>often-utils</artifactId>
    <version>1.2.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.hnuuhc : often-utils gradle dependency to your build.gradle file:

implementation 'io.github.hnuuhc:often-utils:1.2.22'

Gradle Kotlin DSL: Add the following io.github.hnuuhc : often-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.hnuuhc:often-utils:1.2.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.hnuuhc : often-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.hnuuhc" % "often-utils" % "1.2.22"