<dependency> <groupId>org.reactfx</groupId> <artifactId>reactfx</artifactId> <version>2.0-M4u1</version> </dependency>
implementation 'org.reactfx:reactfx:2.0-M4u1'
implementation("org.reactfx:reactfx:2.0-M4u1")
libraryDependencies += "org.reactfx" % "reactfx" % "2.0-M4u1"
@Grapes( @Grab(group='org.reactfx', module='reactfx', version='2.0-M4u1') )
<dependency org="org.reactfx" name="reactfx" rev="2.0-M4u1" />
[org.reactfx/reactfx "2.0-M4u1"]
'org.reactfx:reactfx:jar:2.0-M4u1'
test
|-- com.pholser:junit-quickcheck-core:0.4
|-- junit:junit:4.12
|-- org.junit.contrib:junit-theories:4.12
|-- org.hamcrest:hamcrest-library:1.3
|-- com.pholser:junit-quickcheck-generators:0.4