MVN

org.bitbucket.pshirshov.izumitk : akka-http_2.12

Maven & Gradle

Dec 11, 2017
4 usages

akka-http · akka-http

<dependency>
    <groupId>org.bitbucket.pshirshov.izumitk</groupId>
    <artifactId>akka-http_2.12</artifactId>
    <version>1.2.109</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.pshirshov.izumitk : akka-http_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.109

All Versions

Choose a version of org.bitbucket.pshirshov.izumitk : akka-http_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
akka-http_2.12-1.2.109
akka-http_2.12-1.2.108
akka-http_2.12-1.2.107
akka-http_2.12-1.2.106
akka-http_2.12-1.2.105
akka-http_2.12-1.2.104
akka-http_2.12-1.2.101
akka-http_2.12-1.2.99
akka-http_2.12-1.2.98
akka-http_2.12-1.2.96
akka-http_2.12-1.2.93
akka-http_2.12-1.2.92
akka-http_2.12-1.2.91
akka-http_2.12-1.2.90
akka-http_2.12-1.2.89
akka-http_2.12-1.2.88.1
akka-http_2.12-1.2.88
akka-http_2.12-1.2.87
akka-http_2.12-1.2.86
akka-http_2.12-1.2.85
akka-http_2.12-1.2.84
akka-http_2.12-1.2.83
akka-http_2.12-1.2.82
akka-http_2.12-1.2.81
akka-http_2.12-1.2.79
akka-http_2.12-1.2.78
akka-http_2.12-1.2.77
akka-http_2.12-1.2.76
akka-http_2.12-1.2.75
akka-http_2.12-1.2.74
akka-http_2.12-1.2.73
akka-http_2.12-1.2.72
akka-http_2.12-1.2.71
akka-http_2.12-1.2.70
akka-http_2.12-1.2.69
akka-http_2.12-1.2.68
akka-http_2.12-1.2.67
akka-http_2.12-1.2.64
akka-http_2.12-1.2.63
akka-http_2.12-1.2.62
akka-http_2.12-1.2.60
akka-http_2.12-1.2.59

How to add a dependency to Maven

Add the following org.bitbucket.pshirshov.izumitk : akka-http_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.pshirshov.izumitk</groupId>
    <artifactId>akka-http_2.12</artifactId>
    <version>1.2.109</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.pshirshov.izumitk : akka-http_2.12 gradle dependency to your build.gradle file:

implementation 'org.bitbucket.pshirshov.izumitk:akka-http_2.12:1.2.109'

Gradle Kotlin DSL: Add the following org.bitbucket.pshirshov.izumitk : akka-http_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.pshirshov.izumitk:akka-http_2.12:1.2.109")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.pshirshov.izumitk : akka-http_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.pshirshov.izumitk" % "akka-http_2.12" % "1.2.109"

Advertisement