License |
License |
---|---|
GroupId | GroupIdcom.github.rutledgepaulv |
ArtifactId | ArtifactIdcreek |
Version | Version0.5 |
Type | Typejar |
Description |
Descriptioncreek
A library of heap-efficient stream splitters / demuxers for InputStream and OutputStream.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
creek-0.5.pom | |
creek-0.5.jar | 10 KB |
creek-0.5-sources.jar | 7 KB |
creek-0.5-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rutledgepaulv/creek/ -->
<dependency>
<groupId>com.github.rutledgepaulv</groupId>
<artifactId>creek</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rutledgepaulv/creek/
implementation 'com.github.rutledgepaulv:creek:0.5'
// https://jarcasting.com/artifacts/com.github.rutledgepaulv/creek/
implementation ("com.github.rutledgepaulv:creek:0.5")
'com.github.rutledgepaulv:creek:jar:0.5'
<dependency org="com.github.rutledgepaulv" name="creek" rev="0.5">
<artifact name="creek" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rutledgepaulv', module='creek', version='0.5')
)
libraryDependencies += "com.github.rutledgepaulv" % "creek" % "0.5"
[com.github.rutledgepaulv/creek "0.5"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.10.19 |
junit : junit | jar | 4.12 |