Generic feed processing for Java

This library implements persistent and consistent processing of feed data without making assumptions of a feed's structure or source. In this context a feed can represent any chain of data that can be implemented as the `FeedEndpoint` interface of the *feed-api* module.

Лицензия

Лицензия

Группа

Группа

codes.rafael.feed
Идентификатор

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

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

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

1.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Generic feed processing for Java
This library implements persistent and consistent processing of feed data without making assumptions of a feed's structure or source. In this context a feed can represent any chain of data that can be implemented as the `FeedEndpoint` interface of the *feed-api* module.
Ссылка на сайт

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

https://github.com/raphw/skatteprosessen-feed
Система контроля версий

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

http://github.com/raphw/skatteprosessen-feed/tree/master

Скачать feed

Имя Файла Размер
feed-1.1.pom 5 KB
Обзор

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

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

Зависимости

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

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

  • feed-api
  • feed-memory
  • feed-reader
  • feed-stream
  • feed-client-atom
  • feed-client-kafka
  • feed-client-sql
  • feed-repository-jdbc
  • feed-persistent-jdbc

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

Версия
1.1
1.0