s

sbe

FIX/SBE - OSI layer 6 presentation for encoding and decoding application messages in binary format for low-latency applications
https://github.com/real-logic/simple-binary-encoding
The Apache Software License, Version 2.0
Todd L. Montgomery Martin Thompson Olivier Deheurles
Files download
File Operation
sbe-1.0.1-RC2.jar download
sbe-1.0.1-RC2.pom download
sbe-1.0.1-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.co.real-logic</groupId>
  <artifactId>sbe</artifactId>
  <version>1.0.1-RC2</version>
</dependency>
Gradle Groovy
implementation 'uk.co.real-logic:sbe:1.0.1-RC2'
Gradle Kotlin
implementation("uk.co.real-logic:sbe:1.0.1-RC2")
Scala SBT
libraryDependencies += "uk.co.real-logic" % "sbe" % "1.0.1-RC2"
Groovy Grape
@Grapes(
  @Grab(group='uk.co.real-logic', module='sbe', version='1.0.1-RC2')
)
Apache Ivy
<dependency org="uk.co.real-logic" name="sbe" rev="1.0.1-RC2" />
Leiningen
[uk.co.real-logic/sbe "1.0.1-RC2"]
Apache Buildr
'uk.co.real-logic:sbe:jar:1.0.1-RC2'
Dependencies
The project has no third-party dependencies