MVN

com.itv : scalapact-http4s-0-18_2.12

Maven & Gradle

Oct 20, 2020
2 usages
108 stars

scalapact-http4s-0-18 · scalapact-http4s-0-18

<dependency>
    <groupId>com.itv</groupId>
    <artifactId>scalapact-http4s-0-18_2.12</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.itv : scalapact-http4s-0-18_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0
  • Latest Release Candidate: 2.3.0-RC1

All Versions

Choose a version of com.itv : scalapact-http4s-0-18_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
scalapact-http4s-0-18_2.12-2.4.0
2.3.x
scalapact-http4s-0-18_2.12-2.3.18
scalapact-http4s-0-18_2.12-2.3.17
scalapact-http4s-0-18_2.12-2.3.16
scalapact-http4s-0-18_2.12-2.3.15
scalapact-http4s-0-18_2.12-2.3.14
scalapact-http4s-0-18_2.12-2.3.13
scalapact-http4s-0-18_2.12-2.3.12
scalapact-http4s-0-18_2.12-2.3.11
scalapact-http4s-0-18_2.12-2.3.9
scalapact-http4s-0-18_2.12-2.3.8
scalapact-http4s-0-18_2.12-2.3.6
scalapact-http4s-0-18_2.12-2.3.5
scalapact-http4s-0-18_2.12-2.3.4
scalapact-http4s-0-18_2.12-2.3.3
scalapact-http4s-0-18_2.12-2.3.2
scalapact-http4s-0-18_2.12-2.3.1
scalapact-http4s-0-18_2.12-2.3.0
scalapact-http4s-0-18_2.12-2.3.0-RC1

How to add a dependency to Maven

Add the following com.itv : scalapact-http4s-0-18_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.itv</groupId>
    <artifactId>scalapact-http4s-0-18_2.12</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.itv : scalapact-http4s-0-18_2.12 gradle dependency to your build.gradle file:

implementation 'com.itv:scalapact-http4s-0-18_2.12:2.4.0'

Gradle Kotlin DSL: Add the following com.itv : scalapact-http4s-0-18_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.itv:scalapact-http4s-0-18_2.12:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.itv : scalapact-http4s-0-18_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.itv" % "scalapact-http4s-0-18_2.12" % "2.4.0"

Advertisement