<dependency> <groupId>ch.megard</groupId> <artifactId>akka-http-cors_3</artifactId> <version>1.1.3</version> </dependency>
implementation 'ch.megard:akka-http-cors_3:1.1.3'
implementation("ch.megard:akka-http-cors_3:1.1.3")
libraryDependencies += "ch.megard" % "akka-http-cors_3" % "1.1.3"
@Grapes( @Grab(group='ch.megard', module='akka-http-cors_3', version='1.1.3') )
<dependency org="ch.megard" name="akka-http-cors_3" rev="1.1.3" />
[ch.megard/akka-http-cors_3 "1.1.3"]
'ch.megard:akka-http-cors_3:jar:1.1.3'
compile
|-- org.scala-lang:scala3-library_3:3.1.1
|-- com.typesafe.akka:akka-http_2.13:10.2.7
provided
|-- com.typesafe.akka:akka-stream_2.13:2.6.18
test
|-- com.typesafe.akka:akka-http-testkit_2.13:10.2.7
|-- com.typesafe.akka:akka-stream-testkit_2.13:2.6.18
|-- org.scalatest:scalatest_3:3.2.11