Files download
File Operation
akka-http-cors_2.12-1.1.3.jar download
akka-http-cors_2.12-1.1.3.pom download
akka-http-cors_2.12-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.megard</groupId>
  <artifactId>akka-http-cors_2.12</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'ch.megard:akka-http-cors_2.12:1.1.3'
Gradle Kotlin
implementation("ch.megard:akka-http-cors_2.12:1.1.3")
Scala SBT
libraryDependencies += "ch.megard" % "akka-http-cors_2.12" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='ch.megard', module='akka-http-cors_2.12', version='1.1.3')
)
Apache Ivy
<dependency org="ch.megard" name="akka-http-cors_2.12" rev="1.1.3" />
Leiningen
[ch.megard/akka-http-cors_2.12 "1.1.3"]
Apache Buildr
'ch.megard:akka-http-cors_2.12:jar:1.1.3'