MVN

tech.harmonysoft : internal-http-test

Maven & Gradle

May 26, 2023

internal-http-test · Common general-purpose Kotlin utility

<dependency>
    <groupId>tech.harmonysoft</groupId>
    <artifactId>internal-http-test</artifactId>
    <version>1.57.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.harmonysoft : internal-http-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.57.0

All Versions

Choose a version of tech.harmonysoft : internal-http-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.57.x
internal-http-test-1.57.0
1.56.x
internal-http-test-1.56.0
1.54.x
internal-http-test-1.54.0
1.53.x
internal-http-test-1.53.0
1.52.x
internal-http-test-1.52.0
1.51.x
internal-http-test-1.51.0
1.50.x
internal-http-test-1.50.0
1.49.x
internal-http-test-1.49.0
1.47.x
internal-http-test-1.47.0
1.46.x
internal-http-test-1.46.0
1.45.x
internal-http-test-1.45.0
1.44.x
internal-http-test-1.44.0
1.43.x
internal-http-test-1.43.0
1.42.x
internal-http-test-1.42.0

How to add a dependency to Maven

Add the following tech.harmonysoft : internal-http-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.harmonysoft</groupId>
    <artifactId>internal-http-test</artifactId>
    <version>1.57.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.harmonysoft : internal-http-test gradle dependency to your build.gradle file:

implementation 'tech.harmonysoft:internal-http-test:1.57.0'

Gradle Kotlin DSL: Add the following tech.harmonysoft : internal-http-test gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.harmonysoft:internal-http-test:1.57.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.harmonysoft : internal-http-test sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.harmonysoft" % "internal-http-test" % "1.57.0"