MVN

com.honerfor : cutils

Maven & Gradle

Nov 30, 2020
7 stars

Honerfor Common Utilities · This is a package of utilities classes intended to enhance and simplify Java development

<dependency>
    <groupId>com.honerfor</groupId>
    <artifactId>cutils</artifactId>
    <version>7.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.honerfor : cutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.1

All Versions

Choose a version of com.honerfor : cutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
cutils-7.0.1
cutils-7.0.0
6.0.x
cutils-6.0.0
5.1.x
cutils-5.1.4
cutils-5.1.3
cutils-5.1.2
cutils-5.1.1
cutils-5.1.0
5.0.x
cutils-5.0.2
cutils-5.0.1
cutils-5.0.0
4.1.x
cutils-4.1.0
4.0.x
cutils-4.0.1
cutils-4.0.0
3.2.x
cutils-3.2.2
cutils-3.2.1
cutils-3.2.0
3.1.x
cutils-3.1.0
3.0.x
cutils-3.0.1
cutils-3.0.0.STABLE
cutils-3.0.0.FINAL
cutils-3.0.0
2.1.x
cutils-2.1.1
cutils-2.1.0.FINAL
cutils-2.1.0
2.0.x
cutils-2.0.12
cutils-2.0.11
cutils-2.0.1
cutils-2.0.0
1.0.x
cutils-1.0.1
cutils-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.honerfor</groupId>
    <artifactId>cutils</artifactId>
    <version>7.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.honerfor : cutils gradle dependency to your build.gradle file:

implementation 'com.honerfor:cutils:7.0.1'

Gradle Kotlin DSL: Add the following com.honerfor : cutils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.honerfor:cutils:7.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.honerfor : cutils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.honerfor" % "cutils" % "7.0.1"