License |
License |
---|---|
GroupId | GroupIdio.github.benas |
ArtifactId | ArtifactIdxstream |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxstream
XStream is an extension of the Java 8 Stream API to process data pipelines the Unix way
|
Project URL |
Project URL |
Filename | Size |
---|---|
xstream-0.1.pom | |
xstream-0.1.jar | 35 KB |
xstream-0.1-sources.jar | 19 KB |
xstream-0.1-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.benas/xstream/ -->
<dependency>
<groupId>io.github.benas</groupId>
<artifactId>xstream</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.benas/xstream/
implementation 'io.github.benas:xstream:0.1'
// https://jarcasting.com/artifacts/io.github.benas/xstream/
implementation ("io.github.benas:xstream:0.1")
'io.github.benas:xstream:jar:0.1'
<dependency org="io.github.benas" name="xstream" rev="0.1">
<artifact name="xstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.benas', module='xstream', version='0.1')
)
libraryDependencies += "io.github.benas" % "xstream" % "0.1"
[io.github.benas/xstream "0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.2.0 |