MVN

io.seata : seata-http-jakarta

Maven & Gradle

Jul 11, 2023
24.9k stars

seata-http 1.7.0 · http-client integration for Seata built with Maven

<dependency>
    <groupId>io.seata</groupId>
    <artifactId>seata-http-jakarta</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.seata : seata-http-jakarta to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0
  • Latest Release Candidate: 1.7.0-native-rc2

All Versions

Choose a version of io.seata : seata-http-jakarta to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
seata-http-jakarta-1.7.0
seata-http-jakarta-1.7.0-native-rc2
1.6.x
seata-http-jakarta-1.6.1

How to add a dependency to Maven

Add the following io.seata : seata-http-jakarta maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.seata</groupId>
    <artifactId>seata-http-jakarta</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.seata : seata-http-jakarta gradle dependency to your build.gradle file:

implementation 'io.seata:seata-http-jakarta:1.7.0'

Gradle Kotlin DSL: Add the following io.seata : seata-http-jakarta gradle kotlin dependency to your build.gradle.kts file:

implementation("io.seata:seata-http-jakarta:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.seata : seata-http-jakarta sbt scala dependency to your build.sbt file:

libraryDependencies += "io.seata" % "seata-http-jakarta" % "1.7.0"

Advertisement

Dependencies from Group

Jul 11, 2023
43 usages
24.9k stars
Jul 11, 2023
43 usages
24.9k stars
Jul 11, 2023
10 usages
24.9k stars
Jul 11, 2023
9 usages
24.9k stars
Jul 11, 2023
9 usages
24.9k stars

Discover Dependencies