MVN

com.hihooda : common-client

Maven & Gradle

Apr 02, 2022
0 stars

common-client · common component

<dependency>
    <groupId>com.hihooda</groupId>
    <artifactId>common-client</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hihooda : common-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.hihooda : common-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
common-client-1.1.3
common-client-1.1.2
common-client-1.1.1
common-client-1.1.0
1.0.x
common-client-1.0.17
common-client-1.0.16
common-client-1.0.15
common-client-1.0.14
common-client-1.0.13
common-client-1.0.12
common-client-1.0.11
common-client-1.0.10
common-client-1.0.9
common-client-1.0.8
common-client-1.0.7
common-client-1.0.6
common-client-1.0.5
common-client-1.0.4
common-client-1.0.3

How to add a dependency to Maven

Add the following com.hihooda : common-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hihooda</groupId>
    <artifactId>common-client</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hihooda : common-client gradle dependency to your build.gradle file:

implementation 'com.hihooda:common-client:1.1.3'

Gradle Kotlin DSL: Add the following com.hihooda : common-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hihooda:common-client:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hihooda : common-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hihooda" % "common-client" % "1.1.3"