MVN

com.thoughtworks.dsl : domains-akka-http_2.11

Maven & Gradle

May 18, 2019
2 stars

domains-akka-http · domains-akka-http

<dependency>
    <groupId>com.thoughtworks.dsl</groupId>
    <artifactId>domains-akka-http_2.11</artifactId>
    <version>1.0.0+6-49fac01b</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thoughtworks.dsl : domains-akka-http_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0+6-49fac01b

All Versions

Choose a version of com.thoughtworks.dsl : domains-akka-http_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
domains-akka-http_2.11-1.0.0
domains-akka-http_2.11-1.0.0+6-49fac01b
domains-akka-http_2.11-1.0.0+5-0e1989fa
domains-akka-http_2.11-1.0.0+4-88aabb1f
domains-akka-http_2.11-1.0.0+2-45074fbd
domains-akka-http_2.11-1.0.0+1-1dbec22f
0.0.x
domains-akka-http_2.11-0.0.0+113-5500c090
domains-akka-http_2.11-0.0.0+117-fcca0ce4
domains-akka-http_2.11-0.0.0+120-ef7698ef
domains-akka-http_2.11-0.0.0+122-e92453f4
domains-akka-http_2.11-0.0.0+121-56272595
domains-akka-http_2.11-0.0.0+122-d5438640
domains-akka-http_2.11-0.0.0+122-414d2ce2
domains-akka-http_2.11-0.0.0+121-26860860
domains-akka-http_2.11-0.0.0+121-ede806b7
domains-akka-http_2.11-0.0.0+121-791961ca
domains-akka-http_2.11-0.0.0+121-579207e2
domains-akka-http_2.11-0.0.0+117-44e6206f
domains-akka-http_2.11-0.0.0+118-d138f693
domains-akka-http_2.11-0.0.0+118-436a13e9
domains-akka-http_2.11-0.0.0+116-3d6d14ea
domains-akka-http_2.11-0.0.0+116-44210399
domains-akka-http_2.11-0.0.0+116-483d04c2
domains-akka-http_2.11-0.0.0+116-c5d8c151

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thoughtworks.dsl</groupId>
    <artifactId>domains-akka-http_2.11</artifactId>
    <version>1.0.0+6-49fac01b</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thoughtworks.dsl : domains-akka-http_2.11 gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.dsl:domains-akka-http_2.11:1.0.0+6-49fac01b'

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

implementation("com.thoughtworks.dsl:domains-akka-http_2.11:1.0.0+6-49fac01b")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thoughtworks.dsl : domains-akka-http_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thoughtworks.dsl" % "domains-akka-http_2.11" % "1.0.0+6-49fac01b"

Advertisement