MVN

cn.sinlmao : spring-boot-starter-imhttp

Maven & Gradle

Mar 13, 2021

Sinlmao ImHTTP Spring Boot Starter · Sinlmao ImHTTP is an interface-oriented HTTP remote call library. It hopes that accessing the HTTP interface can become as simple as using DAO.

<dependency>
    <groupId>cn.sinlmao</groupId>
    <artifactId>spring-boot-starter-imhttp</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.sinlmao : spring-boot-starter-imhttp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of cn.sinlmao : spring-boot-starter-imhttp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-starter-imhttp-1.0.3
spring-boot-starter-imhttp-1.0.2
spring-boot-starter-imhttp-1.0.1
spring-boot-starter-imhttp-1.0.0

How to add a dependency to Maven

Add the following cn.sinlmao : spring-boot-starter-imhttp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.sinlmao</groupId>
    <artifactId>spring-boot-starter-imhttp</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.sinlmao : spring-boot-starter-imhttp gradle dependency to your build.gradle file:

implementation 'cn.sinlmao:spring-boot-starter-imhttp:1.0.3'

Gradle Kotlin DSL: Add the following cn.sinlmao : spring-boot-starter-imhttp gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.sinlmao:spring-boot-starter-imhttp:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.sinlmao : spring-boot-starter-imhttp sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.sinlmao" % "spring-boot-starter-imhttp" % "1.0.3"

Advertisement