License |
License |
---|---|
GroupId | GroupIdcom.tomgibara.streams |
ArtifactId | ArtifactIdstreams |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStreams
A modest streaming abstraction.
|
Filename | Size |
---|---|
streams-3.0.0.pom | |
streams-3.0.0.jar | 43 KB |
streams-3.0.0-sources.jar | 41 KB |
streams-3.0.0-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomgibara.streams/streams/ -->
<dependency>
<groupId>com.tomgibara.streams</groupId>
<artifactId>streams</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomgibara.streams/streams/
implementation 'com.tomgibara.streams:streams:3.0.0'
// https://jarcasting.com/artifacts/com.tomgibara.streams/streams/
implementation ("com.tomgibara.streams:streams:3.0.0")
'com.tomgibara.streams:streams:jar:3.0.0'
<dependency org="com.tomgibara.streams" name="streams" rev="3.0.0">
<artifact name="streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomgibara.streams', module='streams', version='3.0.0')
)
libraryDependencies += "com.tomgibara.streams" % "streams" % "3.0.0"
[com.tomgibara.streams/streams "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.tomgibara.fundament : fundament | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |