redpipe-fast-classpath-scanner

Redpipe Web Framework

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.redpipe
Идентификатор

Идентификатор

redpipe-fast-classpath-scanner
Последняя версия

Последняя версия

0.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

redpipe-fast-classpath-scanner
Redpipe Web Framework
Ссылка на сайт

Ссылка на сайт

http://maven.apache.org

Скачать redpipe-fast-classpath-scanner

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
net.redpipe : redpipe-engine jar 0.0.4
io.github.lukehutch : fast-classpath-scanner jar 2.7.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Redpipe is a Web Framework that unites the power and versatility of Eclipse Vert.x, the conciseness of JAX-RS (with Resteasy), and the non-blocking reactive composition of RxJava.

The main idea is that with Redpipe you write your endpoints in JAX-RS, using RxJava composition if you want, and underneath it all, Vert.x is running the show and you can always access it if you need it.

Redpipe is opinionated, favors convention over configuration, and lets you combine the following technologies easily to write reactive web applications:

  • Eclipse Vert.x and Netty, for all the low-level plumbing,
  • JAX-RS (Resteasy), for all your web endpoints,
  • RxJava for your reactive code,
  • Vert.x Web for all existing filters, templating support,
  • Swagger to describe your web endpoints,
  • CDI (Weld) for JAX-RS discovery and injection (optional),
  • Bean Validation (Hibernate Validator) to validate your web endpoints’ input (optional),
  • Coroutines (Quasar) to write synchronous-looking reactive code (optional).

More info at http://redpipe.net

Serving docs locally

$ cd docs
$ bundle exec jekyll serve

Release

$ mvn -Prelease release:clean release:prepare release:perform

Версии библиотеки

Версия
0.0.4
0.0.3
0.0.2
0.0.1