Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.rxson |
ArtifactId | ArtifactIdrxson-reactor |
Version | Version1.1.0-ALPHA |
Type | Typejar |
Filename | Size |
---|---|
rxson-reactor-1.1.0-ALPHA.pom | |
rxson-reactor-1.1.0-ALPHA.jar | 5 KB |
rxson-reactor-1.1.0-ALPHA-sources.jar | 3 KB |
rxson-reactor-1.1.0-ALPHA-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rxson/rxson-reactor/ -->
<dependency>
<groupId>com.github.rxson</groupId>
<artifactId>rxson-reactor</artifactId>
<version>1.1.0-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rxson/rxson-reactor/
implementation 'com.github.rxson:rxson-reactor:1.1.0-ALPHA'
// https://jarcasting.com/artifacts/com.github.rxson/rxson-reactor/
implementation ("com.github.rxson:rxson-reactor:1.1.0-ALPHA")
'com.github.rxson:rxson-reactor:jar:1.1.0-ALPHA'
<dependency org="com.github.rxson" name="rxson-reactor" rev="1.1.0-ALPHA">
<artifact name="rxson-reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rxson', module='rxson-reactor', version='1.1.0-ALPHA')
)
libraryDependencies += "com.github.rxson" % "rxson-reactor" % "1.1.0-ALPHA"
[com.github.rxson/rxson-reactor "1.1.0-ALPHA"]