Download streambuffer-1.4.jar file - Jar s

Jar examples for s:streambuffer

Description

A stream buffer is a class to buffer data that has been written to an OutputStream and provide the data in an InputStream.

You can download jar file streambuffer 1.4 in this page.

License

Dual license consisting of the CDDL v1.1 and GPL v2

Build File

You can use the following script to add streambuffer-1.4.jar to your project.

<dependency>
   <groupId>com.sun.xml.stream.buffer</groupId>
   <artifactId>streambuffer</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'com.sun.xml.stream.buffer', name: 'streambuffer', version: '1.4'
libraryDependencies += "com.sun.xml.stream.buffer" % "streambuffer" % "1.4"
<dependency org="com.sun.xml.stream.buffer" name="streambuffer" rev="1.4"/>
@Grapes(@Grab(group='com.sun.xml.stream.buffer', module='streambuffer', version='1.4'))
'com.sun.xml.stream.buffer:streambuffer:jar:1.4'

Download

Click the following link to download the jar file.

streambuffer-1.4-javadoc.jar
streambuffer-1.4-sources.jar
streambuffer-1.4.jar
streambuffer-1.4.pom



Related Tutorials