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