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