| GroupId | GroupIdcom.github.hjohn.jfx.eventstream |
|---|---|
| ArtifactId | ArtifactIdeventstream-core |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| eventstream-core-0.2.0.pom | |
| eventstream-core-0.2.0.jar | 42 KB |
| eventstream-core-0.2.0-sources.jar | 19 KB |
| eventstream-core-0.2.0-javadoc.jar | 226 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hjohn.jfx.eventstream/eventstream-core/ -->
<dependency>
<groupId>com.github.hjohn.jfx.eventstream</groupId>
<artifactId>eventstream-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.jfx.eventstream/eventstream-core/
implementation 'com.github.hjohn.jfx.eventstream:eventstream-core:0.2.0'
// https://jarcasting.com/artifacts/com.github.hjohn.jfx.eventstream/eventstream-core/
implementation ("com.github.hjohn.jfx.eventstream:eventstream-core:0.2.0")
'com.github.hjohn.jfx.eventstream:eventstream-core:jar:0.2.0'
<dependency org="com.github.hjohn.jfx.eventstream" name="eventstream-core" rev="0.2.0">
<artifact name="eventstream-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.jfx.eventstream', module='eventstream-core', version='0.2.0')
)
libraryDependencies += "com.github.hjohn.jfx.eventstream" % "eventstream-core" % "0.2.0"
[com.github.hjohn.jfx.eventstream/eventstream-core "0.2.0"]