MVN

xyz.block : tbdex-httpclient

Maven & Gradle

Feb 02, 2024
5 stars

tbdex-httpclient · tbdex kotlin SDK

<dependency>
    <groupId>xyz.block</groupId>
    <artifactId>tbdex-httpclient</artifactId>
    <version>0.8.0-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.block : tbdex-httpclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0-beta
  • Latest Beta: 0.8.0-beta

All Versions

Choose a version of xyz.block : tbdex-httpclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
tbdex-httpclient-0.8.0-beta

How to add a dependency to Maven

Add the following xyz.block : tbdex-httpclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.block</groupId>
    <artifactId>tbdex-httpclient</artifactId>
    <version>0.8.0-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.block : tbdex-httpclient gradle dependency to your build.gradle file:

implementation 'xyz.block:tbdex-httpclient:0.8.0-beta'

Gradle Kotlin DSL: Add the following xyz.block : tbdex-httpclient gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.block:tbdex-httpclient:0.8.0-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.block : tbdex-httpclient sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.block" % "tbdex-httpclient" % "0.8.0-beta"

Advertisement