f

ferris-net

Ferris Net is a project containing the network utilities plus classes which enhance or extend the capabilities of the objects already in java.net. 0.0.3: o Updated the implementation of HttpRequestRunner to use the HttpClient implementation which is part of org.apache.httpcomponents v4.1.2.
http://ferris.sourceforge.net/net
Files download
File Operation
ferris-net-0.0.3.jar download
ferris-net-0.0.3.pom download
ferris-net-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ferris</groupId>
  <artifactId>ferris-net</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.ferris:ferris-net:0.0.3'
Gradle Kotlin
implementation("org.ferris:ferris-net:0.0.3")
Scala SBT
libraryDependencies += "org.ferris" % "ferris-net" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.ferris', module='ferris-net', version='0.0.3')
)
Apache Ivy
<dependency org="org.ferris" name="ferris-net" rev="0.0.3" />
Leiningen
[org.ferris/ferris-net "0.0.3"]
Apache Buildr
'org.ferris:ferris-net:jar:0.0.3'