Skip to content

valotrading/silvertip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silvertip

Build Status

Silvertip is a networking library, which aims to be easy to use, while hiding the complexities of the Java NIO API. While similar libraries exist, they are either hard to use, discontinued, or part of a bigger application framework that offer an API for using different transports.

Download

Add a dependency to Silvertip:

<dependency>
  <groupId>silvertip</groupId>
  <artifactId>silvertip</artifactId>
  <version><!-- (latest version) --></version>
</dependency>

Because Silvertip is not available in the Central Repository, you need to add Silvertip's repository as well:

<repository>
  <id>valotrading</id>
  <url>http://valotrading.github.io/maven</url>
</repository>

License

Silvertip is released under the Apache License, Version 2.0.