is not current version
Last Version 0.3.0

com.github.hjohn.jfx.eventstream:parent 0.2.0

Light-weight EventStreams for JavaFX.

GroupId

GroupId

com.github.hjohn.jfx.eventstream
ArtifactId

ArtifactId

parent
Version

Version

0.2.0
Type

Type

pom

Download parent 0.2.0

Filename Size
parent-0.2.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.hjohn.jfx.eventstream/parent/ -->
<dependency>
    <groupId>com.github.hjohn.jfx.eventstream</groupId>
    <artifactId>parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.jfx.eventstream/parent/
implementation 'com.github.hjohn.jfx.eventstream:parent:0.2.0'
// https://jarcasting.com/artifacts/com.github.hjohn.jfx.eventstream/parent/
implementation ("com.github.hjohn.jfx.eventstream:parent:0.2.0")
'com.github.hjohn.jfx.eventstream:parent:pom:0.2.0'
<dependency org="com.github.hjohn.jfx.eventstream" name="parent" rev="0.2.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.jfx.eventstream', module='parent', version='0.2.0')
)
libraryDependencies += "com.github.hjohn.jfx.eventstream" % "parent" % "0.2.0"
[com.github.hjohn.jfx.eventstream/parent "0.2.0"]