MVN

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

Maven & Gradle

Dec 11, 2017

app-akka-http · app-akka-http

<dependency>
    <groupId>org.bitbucket.pshirshov.izumitk</groupId>
    <artifactId>app-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 : app-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 : app-akka-http_2.12 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

Add the following org.bitbucket.pshirshov.izumitk : app-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>app-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 : app-akka-http_2.12 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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