Categories |
CategoriesRxJava Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.hekonsek |
ArtifactId | ArtifactIdrxjava-event |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
rxjava-event-0.3.pom | |
rxjava-event-0.3.jar | 5 KB |
rxjava-event-0.3-sources.jar | 3 KB |
rxjava-event-0.3-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hekonsek/rxjava-event/ -->
<dependency>
<groupId>com.github.hekonsek</groupId>
<artifactId>rxjava-event</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hekonsek/rxjava-event/
implementation 'com.github.hekonsek:rxjava-event:0.3'
// https://jarcasting.com/artifacts/com.github.hekonsek/rxjava-event/
implementation ("com.github.hekonsek:rxjava-event:0.3")
'com.github.hekonsek:rxjava-event:jar:0.3'
<dependency org="com.github.hekonsek" name="rxjava-event" rev="0.3">
<artifact name="rxjava-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hekonsek', module='rxjava-event', version='0.3')
)
libraryDependencies += "com.github.hekonsek" % "rxjava-event" % "0.3"
[com.github.hekonsek/rxjava-event "0.3"]