Nano RxNetty MVC Server

This component came out of one of hobby projects. It provides a small annotation based MVC framework on top of RxNetty in an attempt to make it easy to develop REST API or traditional Server side HTTP applications on top of RxNetty.

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

org.bitbucket.gt_tech
ArtifactId

ArtifactId

nano-rxnetty-mvc-server
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Nano RxNetty MVC Server
This component came out of one of hobby projects. It provides a small annotation based MVC framework on top of RxNetty in an attempt to make it easy to develop REST API or traditional Server side HTTP applications on top of RxNetty.
Project URL

Project URL

https://bitbucket.org/gt_tech/nano-rxnetty-mvc-server
Source Code Management

Source Code Management

https://bitbucket.org/gt_tech/nano-rxnetty-mvc-server/

Download nano-rxnetty-mvc-server

How to add to project

<!-- https://jarcasting.com/artifacts/org.bitbucket.gt_tech/nano-rxnetty-mvc-server/ -->
<dependency>
    <groupId>org.bitbucket.gt_tech</groupId>
    <artifactId>nano-rxnetty-mvc-server</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.gt_tech/nano-rxnetty-mvc-server/
implementation 'org.bitbucket.gt_tech:nano-rxnetty-mvc-server:2.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.gt_tech/nano-rxnetty-mvc-server/
implementation ("org.bitbucket.gt_tech:nano-rxnetty-mvc-server:2.0.0")
'org.bitbucket.gt_tech:nano-rxnetty-mvc-server:jar:2.0.0'
<dependency org="org.bitbucket.gt_tech" name="nano-rxnetty-mvc-server" rev="2.0.0">
  <artifact name="nano-rxnetty-mvc-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.gt_tech', module='nano-rxnetty-mvc-server', version='2.0.0')
)
libraryDependencies += "org.bitbucket.gt_tech" % "nano-rxnetty-mvc-server" % "2.0.0"
[org.bitbucket.gt_tech/nano-rxnetty-mvc-server "2.0.0"]

Dependencies

compile (10)

Group / Artifact Type Version
io.reactivex : rxjava jar 1.2.6
io.reactivex : rxnetty-http jar 0.5.2
io.reactivex : rxnetty-common jar 0.5.2
io.reactivex : rxnetty-tcp jar 0.5.2
io.netty : netty-codec-http jar 4.1.5.Final
io.netty : netty-handler jar 4.1.5.Final
commons-lang : commons-lang jar 2.6
commons-collections : commons-collections jar
com.fasterxml.jackson.core : jackson-databind jar
org.springframework.boot : spring-boot-starter jar

test (2)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.10.19
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.0