Files download
File Operation
cors-spring-boot-starter-1.0-RELEASE.jar download
cors-spring-boot-starter-1.0-RELEASE.pom download
cors-spring-boot-starter-1.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dreamroute</groupId>
  <artifactId>cors-spring-boot-starter</artifactId>
  <version>1.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.dreamroute:cors-spring-boot-starter:1.0-RELEASE'
Gradle Kotlin
implementation("com.github.dreamroute:cors-spring-boot-starter:1.0-RELEASE")
Scala SBT
libraryDependencies += "com.github.dreamroute" % "cors-spring-boot-starter" % "1.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dreamroute', module='cors-spring-boot-starter', version='1.0-RELEASE')
)
Apache Ivy
<dependency org="com.github.dreamroute" name="cors-spring-boot-starter" rev="1.0-RELEASE" />
Leiningen
[com.github.dreamroute/cors-spring-boot-starter "1.0-RELEASE"]
Apache Buildr
'com.github.dreamroute:cors-spring-boot-starter:jar:1.0-RELEASE'