MVN

dev.hcf.ball : ball-http

Maven & Gradle

Jul 20, 2023
0 stars

dev.hcf.ball:ball-http · Web API Client (HTTP) Utilities

<dependency>
    <groupId>dev.hcf.ball</groupId>
    <artifactId>ball-http</artifactId>
    <version>4.0.11.20230720</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.hcf.ball : ball-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.11.20230720

All Versions

Choose a version of dev.hcf.ball : ball-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
ball-http-4.0.11.20230720
ball-http-4.0.10.20230715
ball-http-4.0.9.20230520
ball-http-4.0.8.20230424
ball-http-4.0.7.20230325
ball-http-4.0.6.20230305
ball-http-4.0.5.20230201
ball-http-4.0.4.20221231
ball-http-4.0.3.20221214
ball-http-4.0.2.20221024

How to add a dependency to Maven

Add the following dev.hcf.ball : ball-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.hcf.ball</groupId>
    <artifactId>ball-http</artifactId>
    <version>4.0.11.20230720</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.hcf.ball : ball-http gradle dependency to your build.gradle file:

implementation 'dev.hcf.ball:ball-http:4.0.11.20230720'

Gradle Kotlin DSL: Add the following dev.hcf.ball : ball-http gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.hcf.ball:ball-http:4.0.11.20230720")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.hcf.ball : ball-http sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.hcf.ball" % "ball-http" % "4.0.11.20230720"

Advertisement