| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jitsni |
| ArtifactId | ArtifactIdrxservlet-all |
| Version | Version0.3 |
| Type | Typepom |
| Description |
Descriptionrxjava-servlet-all
Rx extensions for servlet
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| rxservlet-all-0.3.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jitsni/rxservlet-all/ -->
<dependency>
<groupId>com.github.jitsni</groupId>
<artifactId>rxservlet-all</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jitsni/rxservlet-all/
implementation 'com.github.jitsni:rxservlet-all:0.3'
// https://jarcasting.com/artifacts/com.github.jitsni/rxservlet-all/
implementation ("com.github.jitsni:rxservlet-all:0.3")
'com.github.jitsni:rxservlet-all:pom:0.3'
<dependency org="com.github.jitsni" name="rxservlet-all" rev="0.3">
<artifact name="rxservlet-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jitsni', module='rxservlet-all', version='0.3')
)
libraryDependencies += "com.github.jitsni" % "rxservlet-all" % "0.3"
[com.github.jitsni/rxservlet-all "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.reactivex : rxjava | jar | 1.1.3 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |