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