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