MVN

org.smartboot.http : smart-http-common

Maven & Gradle

Jul 29, 2023
3 usages
<dependency>
    <groupId>org.smartboot.http</groupId>
    <artifactId>smart-http-common</artifactId>
    <version>1.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smartboot.http : smart-http-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.9

All Versions

Choose a version of org.smartboot.http : smart-http-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
smart-http-common-1.2.9
smart-http-common-1.2.8
smart-http-common-1.2.7
smart-http-common-1.2.6
smart-http-common-1.2.5
smart-http-common-1.2.4
smart-http-common-1.2.3
smart-http-common-1.2.2
smart-http-common-1.2.1
smart-http-common-1.2.0
1.1.x
smart-http-common-1.1.22
smart-http-common-1.1.21
smart-http-common-1.1.20
smart-http-common-1.1.19
smart-http-common-1.1.18
smart-http-common-1.1.17
smart-http-common-1.1.16
smart-http-common-1.1.15
smart-http-common-1.1.14
smart-http-common-1.1.13
smart-http-common-1.1.12
smart-http-common-1.1.11
smart-http-common-1.1.10
smart-http-common-1.1.9
smart-http-common-1.1.8
smart-http-common-1.1.7
smart-http-common-1.1.6
smart-http-common-1.1.5
smart-http-common-1.1.4
smart-http-common-1.1.3
smart-http-common-1.1.2
smart-http-common-1.1.1
smart-http-common-1.1.0

How to add a dependency to Maven

Add the following org.smartboot.http : smart-http-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.smartboot.http</groupId>
    <artifactId>smart-http-common</artifactId>
    <version>1.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smartboot.http : smart-http-common gradle dependency to your build.gradle file:

implementation 'org.smartboot.http:smart-http-common:1.2.9'

Gradle Kotlin DSL: Add the following org.smartboot.http : smart-http-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smartboot.http:smart-http-common:1.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smartboot.http : smart-http-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smartboot.http" % "smart-http-common" % "1.2.9"

Advertisement