License |
License |
---|---|
GroupId | GroupIdorg.synchronoss.cloud |
ArtifactId | ArtifactIdnio-stream-storage |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.synchronoss.cloud:nio-stream-storage
A lightweight library to stream byte data using a combination of in memory and file storage.
|
Project URL |
Project URL |
Filename | Size |
---|---|
nio-stream-storage-1.1.3.pom | |
nio-stream-storage-1.1.3.jar | 11 KB |
nio-stream-storage-1.1.3-sources.jar | 8 KB |
nio-stream-storage-1.1.3-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.synchronoss.cloud/nio-stream-storage/ -->
<dependency>
<groupId>org.synchronoss.cloud</groupId>
<artifactId>nio-stream-storage</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.synchronoss.cloud/nio-stream-storage/
implementation 'org.synchronoss.cloud:nio-stream-storage:1.1.3'
// https://jarcasting.com/artifacts/org.synchronoss.cloud/nio-stream-storage/
implementation ("org.synchronoss.cloud:nio-stream-storage:1.1.3")
'org.synchronoss.cloud:nio-stream-storage:jar:1.1.3'
<dependency org="org.synchronoss.cloud" name="nio-stream-storage" rev="1.1.3">
<artifact name="nio-stream-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.synchronoss.cloud', module='nio-stream-storage', version='1.1.3')
)
libraryDependencies += "org.synchronoss.cloud" % "nio-stream-storage" % "1.1.3"
[org.synchronoss.cloud/nio-stream-storage "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.9.5 |
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
org.apache.commons : commons-io | jar | 1.3.2 |