License |
License |
---|---|
GroupId | GroupIdcom.github.attiand |
ArtifactId | ArtifactIdfeed-archive-stream |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionFeed Archive Stream API
Implements a stream API for atom feeds
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
feed-archive-stream-1.0.1.pom | |
feed-archive-stream-1.0.1.jar | 21 KB |
feed-archive-stream-1.0.1-sources.jar | 9 KB |
feed-archive-stream-1.0.1-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.attiand/feed-archive-stream/ -->
<dependency>
<groupId>com.github.attiand</groupId>
<artifactId>feed-archive-stream</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.attiand/feed-archive-stream/
implementation 'com.github.attiand:feed-archive-stream:1.0.1'
// https://jarcasting.com/artifacts/com.github.attiand/feed-archive-stream/
implementation ("com.github.attiand:feed-archive-stream:1.0.1")
'com.github.attiand:feed-archive-stream:jar:1.0.1'
<dependency org="com.github.attiand" name="feed-archive-stream" rev="1.0.1">
<artifact name="feed-archive-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.attiand', module='feed-archive-stream', version='1.0.1')
)
libraryDependencies += "com.github.attiand" % "feed-archive-stream" % "1.0.1"
[com.github.attiand/feed-archive-stream "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.rometools : rome | jar | 1.7.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.assertj : assertj-core | jar | 3.17.2 |