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