is not current version
Last Version 1.0.1

com.github.attiand:feed-archive-stream 1.0

Implements a stream API for atom feeds

GroupId

GroupId

com.github.attiand
ArtifactId

ArtifactId

feed-archive-stream
Version

Version

1.0
Type

Type

jar

Download feed-archive-stream 1.0


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