<dependency> <groupId>ch.megard</groupId> <artifactId>akka-http-cors_2.13</artifactId> <version>0.4.2</version> </dependency>
implementation 'ch.megard:akka-http-cors_2.13:0.4.2'
implementation("ch.megard:akka-http-cors_2.13:0.4.2")
libraryDependencies += "ch.megard" % "akka-http-cors_2.13" % "0.4.2"
@Grapes( @Grab(group='ch.megard', module='akka-http-cors_2.13', version='0.4.2') )
<dependency org="ch.megard" name="akka-http-cors_2.13" rev="0.4.2" />
[ch.megard/akka-http-cors_2.13 "0.4.2"]
'ch.megard:akka-http-cors_2.13:jar:0.4.2'
compile
|-- org.scala-lang:scala-library:2.13.1
|-- com.typesafe.akka:akka-http_2.13:10.1.10
provided
|-- com.typesafe.akka:akka-stream_2.13:2.5.26
test
|-- com.typesafe.akka:akka-http-testkit_2.13:10.1.10
|-- com.typesafe.akka:akka-stream-testkit_2.13:2.5.26
|-- org.scalatest:scalatest_2.13:3.0.8