s

sse-spring-boot-starter

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