paritytrading / foundation

Utility library for network protocols on the JVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundation

Foundation is a utility library for network protocols on the JVM.

Foundation requires Java Runtime Environment (JRE) 8 or newer.

Download

Add a Maven dependency to Foundation:

<dependency>
  <groupId>com.paritytrading.foundation</groupId>
  <artifactId>foundation</artifactId>
  <version><!-- latest release --></version>
</dependency>

See the latest release on GitHub.

Links

For more information on Foundation:

License

Copyright 2016 Foundation authors.

Released under the Apache License, Version 2.0. See LICENSE.txt for details.

About

Utility library for network protocols on the JVM

License:Apache License 2.0


Languages

Language:Java 100.0%