MVN

org.smartboot.http : smart-http-restful

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.2.9

All Versions

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

Version Vulnerabilities Updated
1.2.x
smart-http-restful-1.2.9
smart-http-restful-1.2.8
smart-http-restful-1.2.7
smart-http-restful-1.2.6
smart-http-restful-1.2.5
smart-http-restful-1.2.4
smart-http-restful-1.2.3
smart-http-restful-1.2.2
smart-http-restful-1.2.1
smart-http-restful-1.2.0
1.1.x
smart-http-restful-1.1.22
smart-http-restful-1.1.21
smart-http-restful-1.1.20
smart-http-restful-1.1.19
smart-http-restful-1.1.18
smart-http-restful-1.1.17
smart-http-restful-1.1.16

How to add a dependency to Maven

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

<dependency>
    <groupId>org.smartboot.http</groupId>
    <artifactId>smart-http-restful</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-restful gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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