is not current version
Last Version 8.3.0

de.huxhorn.sulky:de.huxhorn.sulky.io 0.9.4

This file is part of the sulky modules. It's supposed to contain classes I'd like to see in commons-io. At the moment it only contains a TimeoutOutputStream that throws an IOException if a certain timeout is exceeded.

GroupId

GroupId

de.huxhorn.sulky
ArtifactId

ArtifactId

de.huxhorn.sulky.io
Version

Version

0.9.4
Type

Type

jar

Download de.huxhorn.sulky.io 0.9.4


<!-- https://jarcasting.com/artifacts/de.huxhorn.sulky/de.huxhorn.sulky.io/ -->
<dependency>
    <groupId>de.huxhorn.sulky</groupId>
    <artifactId>de.huxhorn.sulky.io</artifactId>
    <version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.huxhorn.sulky/de.huxhorn.sulky.io/
implementation 'de.huxhorn.sulky:de.huxhorn.sulky.io:0.9.4'
// https://jarcasting.com/artifacts/de.huxhorn.sulky/de.huxhorn.sulky.io/
implementation ("de.huxhorn.sulky:de.huxhorn.sulky.io:0.9.4")
'de.huxhorn.sulky:de.huxhorn.sulky.io:jar:0.9.4'
<dependency org="de.huxhorn.sulky" name="de.huxhorn.sulky.io" rev="0.9.4">
  <artifact name="de.huxhorn.sulky.io" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.huxhorn.sulky', module='de.huxhorn.sulky.io', version='0.9.4')
)
libraryDependencies += "de.huxhorn.sulky" % "de.huxhorn.sulky.io" % "0.9.4"
[de.huxhorn.sulky/de.huxhorn.sulky.io "0.9.4"]