MVN

net.sf.jsignature.io-tools : easystream

Maven & Gradle

Jun 22, 2015
9 usages

EasyStream · EasyStream is a small set of utilities for dealing with streams (InputStreams and OutputStreams). The aim is to ease the use of pipes when they're required. Main features are: * "Convert" an OutputStream to an InputStream. * Count the number of bytes read or wrote to a given stream. * While reading the data from an InputStream copy it to a supplied OutputStream. * Read the content of an InputStream multiple times or seek to a definite position

<dependency>
    <groupId>net.sf.jsignature.io-tools</groupId>
    <artifactId>easystream</artifactId>
    <version>1.2.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jsignature.io-tools : easystream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.15

All Versions

Choose a version of net.sf.jsignature.io-tools : easystream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
easystream-1.2.15
easystream-1.2.14
easystream-1.2.12
easystream-1.2.9
easystream-1.2.8
easystream-1.2.6
easystream-1.2.5
easystream-1.2.3
easystream-1.2.2
easystream-1.2.1
easystream-1.2.0
1.1.x
easystream-1.1.6
easystream-1.1.5

How to add a dependency to Maven

Add the following net.sf.jsignature.io-tools : easystream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jsignature.io-tools</groupId>
    <artifactId>easystream</artifactId>
    <version>1.2.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jsignature.io-tools : easystream gradle dependency to your build.gradle file:

implementation 'net.sf.jsignature.io-tools:easystream:1.2.15'

Gradle Kotlin DSL: Add the following net.sf.jsignature.io-tools : easystream gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jsignature.io-tools:easystream:1.2.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jsignature.io-tools : easystream sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jsignature.io-tools" % "easystream" % "1.2.15"

Advertisement