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