MVN

com.chatwork : akka-guard-http_2.11

Maven & Gradle

Oct 15, 2021
7 stars

akka-guard-http · akka-guard-http

<dependency>
    <groupId>com.chatwork</groupId>
    <artifactId>akka-guard-http_2.11</artifactId>
    <version>1.6.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chatwork : akka-guard-http_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.15

All Versions

Choose a version of com.chatwork : akka-guard-http_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
akka-guard-http_2.11-1.6.15
akka-guard-http_2.11-1.6.14
akka-guard-http_2.11-1.6.13
akka-guard-http_2.11-1.6.12
akka-guard-http_2.11-1.6.10
akka-guard-http_2.11-1.6.7
akka-guard-http_2.11-1.6.6
akka-guard-http_2.11-1.6.3
akka-guard-http_2.11-1.6.0
1.5.x
akka-guard-http_2.11-1.5.2
1.4.x
akka-guard-http_2.11-1.4.0
1.3.x
akka-guard-http_2.11-1.3.0
1.2.x
akka-guard-http_2.11-1.2.0
1.1.x
akka-guard-http_2.11-1.1.0
1.0.x
akka-guard-http_2.11-1.0.0

How to add a dependency to Maven

Add the following com.chatwork : akka-guard-http_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.chatwork</groupId>
    <artifactId>akka-guard-http_2.11</artifactId>
    <version>1.6.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.chatwork : akka-guard-http_2.11 gradle dependency to your build.gradle file:

implementation 'com.chatwork:akka-guard-http_2.11:1.6.15'

Gradle Kotlin DSL: Add the following com.chatwork : akka-guard-http_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.chatwork:akka-guard-http_2.11:1.6.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.chatwork : akka-guard-http_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.chatwork" % "akka-guard-http_2.11" % "1.6.15"

Advertisement