License |
License |
---|---|
GroupId | GroupIdcom.github.robtimus |
ArtifactId | ArtifactIdio-streams |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio-streams
A collection of InputStream, OutputStream, Reader and Writer implementations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
io-streams-1.0.pom | |
io-streams-1.0.jar | 99 KB |
io-streams-1.0-sources.jar | 59 KB |
io-streams-1.0-javadoc.jar | 244 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/io-streams/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>io-streams</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/io-streams/
implementation 'com.github.robtimus:io-streams:1.0'
// https://jarcasting.com/artifacts/com.github.robtimus/io-streams/
implementation ("com.github.robtimus:io-streams:1.0")
'com.github.robtimus:io-streams:jar:1.0'
<dependency org="com.github.robtimus" name="io-streams" rev="1.0">
<artifact name="io-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='io-streams', version='1.0')
)
libraryDependencies += "com.github.robtimus" % "io-streams" % "1.0"
[com.github.robtimus/io-streams "1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 4.2.0 |
org.jboss.resteasy : resteasy-servlet-initializer | jar | 5.0.1.Final |
org.jboss.resteasy : resteasy-jackson2-provider | jar | 5.0.1.Final |
org.glassfish.jersey.containers : jersey-container-servlet | jar | 2.27 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.27 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.27 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.44.v20210927 |
org.eclipse.jetty : jetty-client | jar | 9.4.44.v20210927 |
org.slf4j : slf4j-nop | jar | 1.7.32 |