Jar examples for s:streambuffer
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 0.8 in this page.
Dual license consisting of the CDDL v1.1 and GPL v2
You can use the following script to add streambuffer-0.8.jar to your project.
<dependency> <groupId>com.sun.xml.stream.buffer</groupId> <artifactId>streambuffer</artifactId> <version>0.8</version> </dependency>
compile group: 'com.sun.xml.stream.buffer', name: 'streambuffer', version: '0.8'
libraryDependencies += "com.sun.xml.stream.buffer" % "streambuffer" % "0.8"
<dependency org="com.sun.xml.stream.buffer" name="streambuffer" rev="0.8"/>
@Grapes(@Grab(group='com.sun.xml.stream.buffer', module='streambuffer', version='0.8'))
'com.sun.xml.stream.buffer:streambuffer:jar:0.8'
Click the following link to download the jar file.
streambuffer-0.8.jar