m

mats-serial

Mats^3 wire format solution called "MatsTrace", which defines a set of parameters and structures sufficient to represent an envelope carrying Mats messages, as well as a deser-interface "MatsSerializer" which defines methods between MatsTrace and byte arrays. Employed by the Mats^3 JMS Implementation.
https://github.com/centiservice/mats3
PolyForm Perimeter License 1.0.0 with examples
Endre Stølsvik
Files download
File Operation
mats-serial-RC0-0.19.0-2022-11-04.jar download
mats-serial-RC0-0.19.0-2022-11-04.pom download
mats-serial-RC0-0.19.0-2022-11-04-sources.jar download
Apache Maven
<dependency>
  <groupId>io.mats3</groupId>
  <artifactId>mats-serial</artifactId>
  <version>RC0-0.19.0-2022-11-04</version>
</dependency>
Gradle Groovy
implementation 'io.mats3:mats-serial:RC0-0.19.0-2022-11-04'
Gradle Kotlin
implementation("io.mats3:mats-serial:RC0-0.19.0-2022-11-04")
Scala SBT
libraryDependencies += "io.mats3" % "mats-serial" % "RC0-0.19.0-2022-11-04"
Groovy Grape
@Grapes(
  @Grab(group='io.mats3', module='mats-serial', version='RC0-0.19.0-2022-11-04')
)
Apache Ivy
<dependency org="io.mats3" name="mats-serial" rev="RC0-0.19.0-2022-11-04" />
Leiningen
[io.mats3/mats-serial "RC0-0.19.0-2022-11-04"]
Apache Buildr
'io.mats3:mats-serial:jar:RC0-0.19.0-2022-11-04'
Dependencies
The project has no third-party dependencies