is not current version
Last Version 0.11.0

net.winterly.rxjersey:example 0.10.1

RxJava extension for Jersey and Dropwizard

Categories

Categories

Net Jersey Program Interface REST Frameworks
GroupId

GroupId

net.winterly.rxjersey
ArtifactId

ArtifactId

example
Version

Version

0.10.1
Type

Type

jar

Download example 0.10.1


<!-- https://jarcasting.com/artifacts/net.winterly.rxjersey/example/ -->
<dependency>
    <groupId>net.winterly.rxjersey</groupId>
    <artifactId>example</artifactId>
    <version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.winterly.rxjersey/example/
implementation 'net.winterly.rxjersey:example:0.10.1'
// https://jarcasting.com/artifacts/net.winterly.rxjersey/example/
implementation ("net.winterly.rxjersey:example:0.10.1")
'net.winterly.rxjersey:example:jar:0.10.1'
<dependency org="net.winterly.rxjersey" name="example" rev="0.10.1">
  <artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.winterly.rxjersey', module='example', version='0.10.1')
)
libraryDependencies += "net.winterly.rxjersey" % "example" % "0.10.1"
[net.winterly.rxjersey/example "0.10.1"]