| Group ID: |
net.winterly.rxjersey |
| Artifact ID: |
rxjava2-server |
| Version: |
0.11.0 |
| Last modified: |
11.02.2019 20:57 |
| Packaging: |
jar |
| Name: |
RxJersey |
| Description: |
RxJava extension for Jersey and Dropwizard |
| URL: |
https://github.com/alex-shpak/rx-jersey |
|
|
| Size: |
13.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/net/winterly/rxjersey/rxjava2-server/0.11.0/rxjava2-server-0.11.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.winterly.rxjersey</groupId>
<artifactId>rxjava2-server</artifactId>
<version>0.11.0</version>
<name>RxJersey</name>
<description>RxJava extension for Jersey and Dropwizard</description>
<url>https://github.com/alex-shpak/rx-jersey</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>0x719d67fc</id>
<name>Alex Shpak</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/alex-shpak/rx-jersey.git</connection>
<developerConnection>scm:git:ssh://github.com:alex-shpak/rx-jersey.git</developerConnection>
<url>https://github.com/alex-shpak/rx-jersey</url>
</scm>
<dependencies>
<dependency>
<groupId>net.winterly.rxjersey</groupId>
<artifactId>core-server</artifactId>
<version>0.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>2.25.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-bean-validation</artifactId>
<version>2.25.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
<version>2.25.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>net.winterly.rxjersey</groupId>
<artifactId>rxjava2-server</artifactId>
<version>0.11.0</version>
</dependency>
|
| Gradle: |
net.winterly.rxjersey:rxjava2-server:0.11.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|