swim-codec is an incremental I/O library, providing: functional parsers and writers; display, debug, and diagnostic formatters; and Unicode and binary codecs. swim-codec is part of the Swim Core framework.
Add the swim-codec library to your project's dependencies.
compile group: 'org.swimos', name: 'swim-codec', version: '3.10.0'
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-codec</artifactId>
<version>3.10.0</version>
</dependency>