MVN

info.senia : zio-test-akka-http_2.13

Maven & Gradle

Jun 13, 2023
7 stars

zio-test-akka-http · zio-test-akka-http

<dependency>
    <groupId>info.senia</groupId>
    <artifactId>zio-test-akka-http_2.13</artifactId>
    <version>2.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.senia : zio-test-akka-http_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.14
  • Latest Release Candidate: 2.0.0-RC6

All Versions

Choose a version of info.senia : zio-test-akka-http_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
zio-test-akka-http_2.13-2.0.14
zio-test-akka-http_2.13-2.0.4
zio-test-akka-http_2.13-2.0.3
zio-test-akka-http_2.13-2.0.2
zio-test-akka-http_2.13-2.0.0
zio-test-akka-http_2.13-2.0.0-RC6
zio-test-akka-http_2.13-2.0.0-RC5
zio-test-akka-http_2.13-2.0.0-RC3
zio-test-akka-http_2.13-2.0.0-RC2
zio-test-akka-http_2.13-2.0.0-RC1
zio-test-akka-http_2.13-2.0.0-M6-2
1.0.x
zio-test-akka-http_2.13-1.0.15
zio-test-akka-http_2.13-1.0.3
zio-test-akka-http_2.13-1.0.2
zio-test-akka-http_2.13-1.0.1
zio-test-akka-http_2.13-1.0.0
0.5.x
zio-test-akka-http_2.13-0.5.0
0.4.x
zio-test-akka-http_2.13-0.4.0
0.3.x
zio-test-akka-http_2.13-0.3.0
0.2.x
zio-test-akka-http_2.13-0.2.0
0.1.x
zio-test-akka-http_2.13-0.1.0

How to add a dependency to Maven

Add the following info.senia : zio-test-akka-http_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.senia</groupId>
    <artifactId>zio-test-akka-http_2.13</artifactId>
    <version>2.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.senia : zio-test-akka-http_2.13 gradle dependency to your build.gradle file:

implementation 'info.senia:zio-test-akka-http_2.13:2.0.14'

Gradle Kotlin DSL: Add the following info.senia : zio-test-akka-http_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("info.senia:zio-test-akka-http_2.13:2.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.senia : zio-test-akka-http_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "info.senia" % "zio-test-akka-http_2.13" % "2.0.14"

Advertisement