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