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
文件下载
文件名 操作
mats-serial-0.19.3-2023-02-06.jar 下载
mats-serial-0.19.3-2023-02-06.pom 下载
mats-serial-0.19.3-2023-02-06-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.mats3</groupId>
  <artifactId>mats-serial</artifactId>
  <version>0.19.3-2023-02-06</version>
</dependency>
Gradle Groovy
implementation 'io.mats3:mats-serial:0.19.3-2023-02-06'
Gradle Kotlin
implementation("io.mats3:mats-serial:0.19.3-2023-02-06")
Scala SBT
libraryDependencies += "io.mats3" % "mats-serial" % "0.19.3-2023-02-06"
Groovy Grape
@Grapes(
  @Grab(group='io.mats3', module='mats-serial', version='0.19.3-2023-02-06')
)
Apache Ivy
<dependency org="io.mats3" name="mats-serial" rev="0.19.3-2023-02-06" />
Leiningen
[io.mats3/mats-serial "0.19.3-2023-02-06"]
Apache Buildr
'io.mats3:mats-serial:jar:0.19.3-2023-02-06'
本项目依赖
该项目无第三方依赖