codes.rafael.feed:feed-api

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.

License

License

GroupId

GroupId

codes.rafael.feed
ArtifactId

ArtifactId

feed-api
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

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

Download feed-api

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.13

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.assertj : assertj-core jar 3.21.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0