Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 976 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 976 Bytes

Build Status Coverage Status Maven Central Javadocs

fix4j-sbe is a user friendly implementation of the simple binary encoding standard..

Gradle

dependencies {
    compile 'org.fix4j:fix4j-sbe:1.0'
}

Maven

<dependency>
    <groupId>org.fix4j</groupId>
    <artifactId>fix4j-sbe</artifactId>
    <version>1.0</version>
</dependency>

API Javadoc

Javadocs