MVN

com.icthh.xm.commons : xm-commons-client-feign

Maven & Gradle

Aug 08, 2023
16 stars

xm-commons-client-feign · xm-commons-client-feign

<dependency>
    <groupId>com.icthh.xm.commons</groupId>
    <artifactId>xm-commons-client-feign</artifactId>
    <version>3.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.icthh.xm.commons : xm-commons-client-feign to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.9

All Versions

Choose a version of com.icthh.xm.commons : xm-commons-client-feign to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
xm-commons-client-feign-3.1.9
xm-commons-client-feign-3.1.8
xm-commons-client-feign-3.1.7
xm-commons-client-feign-3.1.3
xm-commons-client-feign-3.1.2
xm-commons-client-feign-3.1.1
xm-commons-client-feign-3.1.0
3.0.x
xm-commons-client-feign-3.0.9
xm-commons-client-feign-3.0.7
xm-commons-client-feign-3.0.6
xm-commons-client-feign-3.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.icthh.xm.commons</groupId>
    <artifactId>xm-commons-client-feign</artifactId>
    <version>3.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.icthh.xm.commons : xm-commons-client-feign gradle dependency to your build.gradle file:

implementation 'com.icthh.xm.commons:xm-commons-client-feign:3.1.9'

Gradle Kotlin DSL: Add the following com.icthh.xm.commons : xm-commons-client-feign gradle kotlin dependency to your build.gradle.kts file:

implementation("com.icthh.xm.commons:xm-commons-client-feign:3.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.icthh.xm.commons : xm-commons-client-feign sbt scala dependency to your build.sbt file:

libraryDependencies += "com.icthh.xm.commons" % "xm-commons-client-feign" % "3.1.9"

Advertisement