Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 782 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 782 Bytes

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.