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