datamill Dependency Management Parent

A Java framework for web applications using a functional reactive style built on RxJava

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

foundation.stack.datamill
Идентификатор

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

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

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

0.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

datamill Dependency Management Parent
A Java framework for web applications using a functional reactive style built on RxJava
Ссылка на сайт

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

https://github.com/rchodava/datamill
Система контроля версий

Система контроля версий

https://github.com/rchodava/datamill

Скачать parent

Имя Файла Размер
parent-0.1.0.pom 11 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/foundation.stack.datamill/parent/ -->
<dependency>
    <groupId>foundation.stack.datamill</groupId>
    <artifactId>parent</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/foundation.stack.datamill/parent/
implementation 'foundation.stack.datamill:parent:0.1.0'
// https://jarcasting.com/artifacts/foundation.stack.datamill/parent/
implementation ("foundation.stack.datamill:parent:0.1.0")
'foundation.stack.datamill:parent:pom:0.1.0'
<dependency org="foundation.stack.datamill" name="parent" rev="0.1.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='foundation.stack.datamill', module='parent', version='0.1.0')
)
libraryDependencies += "foundation.stack.datamill" % "parent" % "0.1.0"
[foundation.stack.datamill/parent "0.1.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

datamill Build Status Coverage Status Maven Central Join the chat at https://gitter.im/rchodava/datamill

datamill is a Java framework for web applications using a functional reactive style built on RxJava. It is intended to be used with Java 8 and lambdas. Unlike other modern Java frameworks, it makes the flow and manipulation of data through your application highly visible. That means that you won't find yourself strewing your code with magic annotations, whose function and effect are hidden within complex framework code and documentation. Instead, you will explicitly specify how data flows through your application, and how to modify that data as it does. And you do so using the simple style that RxJava allows.

datamill is still in an early stage of development but we use it to build several large web applications we're working on. While we find it a joy to work with, we expect some issues may crop up, and some things will change.

Check out our Developer Guide to get started!

We've also published an introductory blog post.

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

Версия
0.1.0