License |
License |
---|---|
GroupId | GroupIdcodes.rafael.feed |
ArtifactId | ArtifactIdfeed-api |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionThis 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 |
Filename | Size |
---|---|
feed-api-1.0.pom | |
feed-api-1.0.jar | 23 KB |
feed-api-1.0-sources.jar | 9 KB |
feed-api-1.0-javadoc.jar | 476 KB |
Browse |
<!-- https://jarcasting.com/artifacts/codes.rafael.feed/feed-api/ -->
<dependency>
<groupId>codes.rafael.feed</groupId>
<artifactId>feed-api</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/codes.rafael.feed/feed-api/
implementation 'codes.rafael.feed:feed-api:1.0'
// https://jarcasting.com/artifacts/codes.rafael.feed/feed-api/
implementation ("codes.rafael.feed:feed-api:1.0")
'codes.rafael.feed:feed-api:jar:1.0'
<dependency org="codes.rafael.feed" name="feed-api" rev="1.0">
<artifact name="feed-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='codes.rafael.feed', module='feed-api', version='1.0')
)
libraryDependencies += "codes.rafael.feed" % "feed-api" % "1.0"
[codes.rafael.feed/feed-api "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.21.0 |